mirror of
https://github.com/servo/servo
synced 2026-04-29 02:47:55 +02: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:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user