mirror of
https://github.com/servo/servo.git
synced 2025-10-01 00:59:15 +01:00
Issue #10491 add HTMLInputElement attributes that reflect content identically
it uses a new version of string-cache https://github.com/servo/string-cache/pull/148
This commit is contained in:
parent
bc2237ea2b
commit
9b8f183cba
24 changed files with 138 additions and 1400 deletions
|
@ -1,10 +1,3 @@
|
|||
[preferences.html]
|
||||
type: testharness
|
||||
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",
|
||||
]
|
||||
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"]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue