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

@ -16,10 +16,6 @@
expected: FAIL
bug: https://github.com/servo/servo/issues/10911
[Passing an platform object that supports indexed properties as the blobParts array should work (select).]
expected: FAIL
bug: https://github.com/servo/servo/issues/11763
[Passing a FrozenArray as the blobParts array should work (FrozenArray<MessagePort>).]
expected: FAIL
bug: https://github.com/servo/servo/issues/7457