Update WPT results.

This commit is contained in:
Josh Matthews 2017-10-02 19:56:15 +02:00 committed by Anthony Ramine
parent bceaca9694
commit 3347094373
198 changed files with 7862 additions and 248 deletions

View file

@ -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

View file

@ -0,0 +1,5 @@
[radio-input-cancel.html]
type: testharness
[radio input cancel behavior reverts state]
expected: FAIL

View file

@ -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