mirror of
https://github.com/servo/servo
synced 2026-05-12 09:56:50 +02:00
24 lines
703 B
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
|
|
|