Files
servo/tests/wpt/metadata/html/semantics/forms/the-select-element/select-selectedOptions.html.ini

24 lines
703 B
INI

[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
[.selectedOptions should return `HTMLCollection` instance]
expected: FAIL