mirror of
https://github.com/servo/servo.git
synced 2025-06-06 16:45:39 +00: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
|
@ -398,4 +398,5 @@ interface TestBinding {
|
|||
|
||||
static attribute boolean booleanAttributeStatic;
|
||||
static void receiveVoidStatic();
|
||||
boolean BooleanMozPreference(DOMString pref_name);
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue