mirror of
https://github.com/servo/servo.git
synced 2025-10-01 00:59:15 +01:00
Allow setting preferences to false in WPT tests. closes #10161
This commit is contained in:
parent
f2f05869d6
commit
b1ff30f752
7 changed files with 38 additions and 3 deletions
|
@ -6144,6 +6144,12 @@
|
|||
"url": "/_mozilla/mozilla/parentnodes.html"
|
||||
}
|
||||
],
|
||||
"mozilla/preferences.html": [
|
||||
{
|
||||
"path": "mozilla/preferences.html",
|
||||
"url": "/_mozilla/mozilla/preferences.html"
|
||||
}
|
||||
],
|
||||
"mozilla/preserve_wrapper_callback.html": [
|
||||
{
|
||||
"path": "mozilla/preserve_wrapper_callback.html",
|
||||
|
|
3
tests/wpt/mozilla/meta/mozilla/preferences.html.ini
Normal file
3
tests/wpt/mozilla/meta/mozilla/preferences.html.ini
Normal file
|
@ -0,0 +1,3 @@
|
|||
[preferences.html]
|
||||
type: testharness
|
||||
prefs: [dom.testbinding.preference_value.falsy:false, dom.testbinding.preference_value.truthy:true]
|
Loading…
Add table
Add a link
Reference in a new issue