mirror of
https://github.com/servo/servo.git
synced 2025-08-06 22:15:33 +01:00
HTMLOptionElement.index
This commit is contained in:
parent
c6192dc286
commit
767ccbe568
5 changed files with 43 additions and 25 deletions
|
@ -2337,9 +2337,6 @@
|
|||
[HTMLInputElement interface: createInput("url") must inherit property "stepDown(long)" with the proper type]
|
||||
expected: FAIL
|
||||
|
||||
[HTMLOptionElement interface: new Option() must inherit property "index" with the proper type]
|
||||
expected: FAIL
|
||||
|
||||
[HTMLInputElement interface: createInput("password") must inherit property "height" with the proper type]
|
||||
expected: FAIL
|
||||
|
||||
|
@ -3702,9 +3699,6 @@
|
|||
[HTMLInputElement interface: calling setCustomValidity(DOMString) on createInput("range") with too few arguments must throw TypeError]
|
||||
expected: FAIL
|
||||
|
||||
[HTMLOptionElement interface: attribute index]
|
||||
expected: FAIL
|
||||
|
||||
[HTMLInputElement interface: document.createElement("input") must inherit property "valueAsNumber" with the proper type]
|
||||
expected: FAIL
|
||||
|
||||
|
@ -4923,9 +4917,6 @@
|
|||
[HTMLInputElement interface: createInput("number") must inherit property "valueAsDate" with the proper type]
|
||||
expected: FAIL
|
||||
|
||||
[HTMLOptionElement interface: document.createElement("option") must inherit property "index" with the proper type]
|
||||
expected: FAIL
|
||||
|
||||
[HTMLInputElement interface: createInput("email") must inherit property "setCustomValidity(DOMString)" with the proper type]
|
||||
expected: FAIL
|
||||
|
||||
|
|
|
@ -1,14 +0,0 @@
|
|||
[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