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

@ -1,3 +1,10 @@
[preferences.html]
type: testharness
prefs: [dom.testbinding.preference_value.falsy:false, dom.testbinding.preference_value.truthy:true]
prefs: [
dom.testbinding.preference_value.falsy:false,
dom.testbinding.preference_value.truthy:true,
dom.testbinding.preference_value.string_empty:,
dom.testbinding.preference_value.string_test:test,
dom.testbinding.preference_value.space_string_test:test1 test2,
dom.testbinding.preference_value.quote_string_test:"test1 test2",
]