mirror of
https://github.com/servo/servo.git
synced 2025-08-07 22:45:34 +01:00
Issue #10348 Implement StringMozPreference, string preferences, WPT tests
I'm not exactly sure of the wanted semantics with boolean values.
This commit is contained in:
parent
d35ae3beb7
commit
95c077af46
4 changed files with 21 additions and 1 deletions
|
@ -400,4 +400,5 @@ interface TestBinding {
|
|||
static attribute boolean booleanAttributeStatic;
|
||||
static void receiveVoidStatic();
|
||||
boolean BooleanMozPreference(DOMString pref_name);
|
||||
DOMString StringMozPreference(DOMString pref_name);
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue