Update WPT results.

This commit is contained in:
Josh Matthews 2017-10-02 19:56:15 +02:00 committed by Anthony Ramine
parent bceaca9694
commit 3347094373
198 changed files with 7862 additions and 248 deletions

View file

@ -0,0 +1,20 @@
[select-selectedOptions.html]
type: testharness
[.selectedOptions with no selected option]
expected: FAIL
[.selectedOptions with one selected option]
expected: FAIL
[.selectedOptions using the 'multiple' attribute with no selected options]
expected: FAIL
[.selectedOptions using the 'multiple' attribute with two selected options]
expected: FAIL
[.selectedOptions without the 'multiple' attribute but more than one selected option should return the last one]
expected: FAIL
[.selectedOptions should return the same object after selection changes - [SameObject\]]
expected: FAIL