mirror of
https://github.com/servo/servo.git
synced 2025-08-06 06:00:15 +01:00
Update WPT results.
This commit is contained in:
parent
bceaca9694
commit
3347094373
198 changed files with 7862 additions and 248 deletions
|
@ -0,0 +1,11 @@
|
|||
[checkbox-click-events.html]
|
||||
type: testharness
|
||||
[clicking and preventDefaulting a checkbox causes the checkbox to be checked during the click handler but reverted]
|
||||
expected: FAIL
|
||||
|
||||
[a checkbox input emits click, input, change events in order after dispatching click event]
|
||||
expected: FAIL
|
||||
|
||||
[checkbox input respects cancel behavior on synthetic clicks]
|
||||
expected: FAIL
|
||||
|
|
@ -0,0 +1,5 @@
|
|||
[radio-input-cancel.html]
|
||||
type: testharness
|
||||
[radio input cancel behavior reverts state]
|
||||
expected: FAIL
|
||||
|
|
@ -54,3 +54,39 @@
|
|||
[value IDL attribute of input type datetime-local with value attribute]
|
||||
expected: FAIL
|
||||
|
||||
[value IDL attribute of input type text without value attribute]
|
||||
expected: FAIL
|
||||
|
||||
[value IDL attribute of input type text with value attribute]
|
||||
expected: FAIL
|
||||
|
||||
[value IDL attribute of input type search without value attribute]
|
||||
expected: FAIL
|
||||
|
||||
[value IDL attribute of input type search with value attribute]
|
||||
expected: FAIL
|
||||
|
||||
[value IDL attribute of input type tel without value attribute]
|
||||
expected: FAIL
|
||||
|
||||
[value IDL attribute of input type tel with value attribute]
|
||||
expected: FAIL
|
||||
|
||||
[value IDL attribute of input type url without value attribute]
|
||||
expected: FAIL
|
||||
|
||||
[value IDL attribute of input type url with value attribute]
|
||||
expected: FAIL
|
||||
|
||||
[value IDL attribute of input type email without value attribute]
|
||||
expected: FAIL
|
||||
|
||||
[value IDL attribute of input type email with value attribute]
|
||||
expected: FAIL
|
||||
|
||||
[value IDL attribute of input type password without value attribute]
|
||||
expected: FAIL
|
||||
|
||||
[value IDL attribute of input type password with value attribute]
|
||||
expected: FAIL
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue