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,32 @@
[option-element-constructor.html]
type: testharness
[Option constructor with no arguments]
expected: FAIL
[Option constructor with falsy arguments]
expected: FAIL
[Option constructor creates HTMLOptionElement with specified text and value]
expected: FAIL
[Option constructor handles selectedness correctly when specified with defaultSelected only]
expected: FAIL
[Option constructor handles selectedness correctly, even when incongruous with defaultSelected]
expected: FAIL
[Option constructor treats undefined text and value correctly]
expected: FAIL
[Option constructor treats empty text and value correctly]
expected: FAIL
[Option constructor treats falsy selected and defaultSelected correctly]
expected: FAIL
[Option constructor treats truthy selected and defaultSelected correctly]
expected: FAIL
[Option constructor does not set dirtiness (so, manipulating the selected content attribute still updates the selected IDL attribute)]
expected: FAIL

View file

@ -0,0 +1,14 @@
[option-index.html]
type: testharness
[option index should work inside the document]
expected: FAIL
[option index should always be 0 for options in datalists]
expected: FAIL
[option index should always be 0 for options with no container]
expected: FAIL
[option index should always be 0 for options not even in the document]
expected: FAIL