Files
servo/tests/wpt/meta-legacy-layout/html/semantics/forms/the-select-element/select-selectedOptions.html.ini
Martin Robinson f4578afdfe Rename metadata directories
This renames:
 - `tests/wpt/metadata` → `tests/wpt/meta-legacy-layout`
 - `tests/wpt/metadata-layout-2020` → `tests/wpt/meta`
 - `tests/wpt/mozilla/meta` → `tests/wpt/mozilla/meta-legacy-layout`
 - `tests/wpt/mozilla/meta-layout-2020` → `tests/wpt/mozilla/meta`
2023-06-22 21:15:41 +02:00

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