mirror of
https://github.com/servo/servo
synced 2026-04-28 02:19:14 +02:00
Most tests were only being run for layout-2013, not for layout-2020. This wasn't great since layout-2020 is now the default. So this patch unifies the lists of included tests for both layouts. For layout-2013 this implies adding css/css-content/, css/css-logical/ and css/css-masking/clip/. For layout-2020 this implies adding several additional css tests, and also tests like dom/, js/, html/, etc.
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
|
|
|