Allow setting preferences to false in WPT tests. closes #10161

This commit is contained in:
Awal Garg 2016-03-26 08:04:28 +05:30
parent f2f05869d6
commit b1ff30f752
7 changed files with 38 additions and 3 deletions

View file

@ -398,4 +398,5 @@ interface TestBinding {
static attribute boolean booleanAttributeStatic;
static void receiveVoidStatic();
boolean BooleanMozPreference(DOMString pref_name);
};