Implement indexed access on select elements

refs #11763
This commit is contained in:
Maciej Skrzypkowski 2016-09-22 09:16:46 +02:00
parent 614e9ca840
commit 670693ba7e
5 changed files with 48 additions and 41 deletions

View file

@ -1,18 +0,0 @@
[common-HTMLOptionsCollection.html]
type: testharness
[On getting, the length attribute must return the number of nodes represented by the collection.]
expected: FAIL
bug: https://github.com/servo/servo/issues/11763
[Changing the length adds new nodes; The number of new nodes = new length minus old length]
expected: FAIL
bug: https://github.com/servo/servo/issues/11763
[New nodes have no value]
expected: FAIL
bug: https://github.com/servo/servo/issues/11763
[Setting a length equal to existing length changes nothing]
expected: FAIL
bug: https://github.com/servo/servo/issues/11763