mirror of
https://github.com/servo/servo.git
synced 2025-08-09 07:25:35 +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,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
|
||||
|
|
@ -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
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue