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:
Arnaud Marant
2016-04-09 22:09:47 +02:00
parent bc2237ea2b
commit 9b8f183cba
24 changed files with 138 additions and 1400 deletions

View File

@@ -1,8 +1,5 @@
[email.html]
type: testharness
[single_email doesn't have the multiple attribute]
expected: FAIL
[value should be sanitized: strip line breaks]
expected: FAIL
@@ -12,9 +9,6 @@
[When the multiple attribute is removed, the user agent must run the value sanitization algorithm]
expected: FAIL
[multiple_email has the multiple attribute]
expected: FAIL
[run the value sanitization algorithm after setting a new value]
expected: FAIL