Implement selectedIndex IDL attribute on HTMLOptionsCollection.

This commit is contained in:
Corey Farwell 2017-02-12 19:27:08 -05:00
parent a656782075
commit d4ad51bfde
5 changed files with 65 additions and 24 deletions

View file

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