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:
Arnaud Marant 2016-04-02 13:05:04 +02:00
parent d35ae3beb7
commit 95c077af46
4 changed files with 21 additions and 1 deletions

View file

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