mirror of
https://github.com/servo/servo.git
synced 2025-10-04 02:29:12 +01:00
Implement selectedIndex
IDL attribute on HTMLOptionsCollection
.
This commit is contained in:
parent
a656782075
commit
d4ad51bfde
5 changed files with 65 additions and 24 deletions
|
@ -720,18 +720,12 @@
|
|||
[HTMLCollection interface: calling namedItem(DOMString) on document.all with too few arguments must throw TypeError]
|
||||
expected: FAIL
|
||||
|
||||
[HTMLOptionsCollection interface: attribute selectedIndex]
|
||||
expected: FAIL
|
||||
|
||||
[HTMLOptionsCollection interface: document.createElement("select").options must inherit property "add" with the proper type (3)]
|
||||
expected: FAIL
|
||||
|
||||
[HTMLOptionsCollection interface: document.createElement("select").options must inherit property "remove" with the proper type (4)]
|
||||
expected: FAIL
|
||||
|
||||
[HTMLOptionsCollection interface: document.createElement("select").options must inherit property "selectedIndex" with the proper type (5)]
|
||||
expected: FAIL
|
||||
|
||||
[HTMLPropertiesCollection interface: existence and properties of interface object]
|
||||
expected: FAIL
|
||||
|
||||
|
@ -9723,9 +9717,6 @@
|
|||
[Navigator interface: window.navigator must inherit property "hardwareConcurrency" with the proper type (22)]
|
||||
expected: FAIL
|
||||
|
||||
[HTMLOptionsCollection interface: document.createElement("select").options must inherit property "selectedIndex" with the proper type (4)]
|
||||
expected: FAIL
|
||||
|
||||
[HTMLEmbedElement interface: document.createElement("embed") must inherit property "align" with the proper type (5)]
|
||||
expected: FAIL
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue