servo/tests/wpt/meta/html/semantics/popovers/toggleevent-interface.html.ini
Oriol Brufau 963104e5fc
Run same tests for layout-2020 and layout-2013 (#30092)
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.
2023-08-15 00:28:32 +00:00

111 lines
2 KiB
INI
Vendored

[toggleevent-interface.html]
[the event is an instance of ToggleEvent]
expected: FAIL
[the event inherts from Event]
expected: FAIL
[Missing type argument]
expected: FAIL
[type argument is string]
expected: FAIL
[type argument is null]
expected: FAIL
[event type set to undefined]
expected: FAIL
[oldState has default value of empty string]
expected: FAIL
[oldState is readonly]
expected: FAIL
[newState has default value of empty string]
expected: FAIL
[newState is readonly]
expected: FAIL
[ToggleEventInit argument is null]
expected: FAIL
[ToggleEventInit argument is undefined]
expected: FAIL
[ToggleEventInit argument is empty dictionary]
expected: FAIL
[oldState set to 'sample']
expected: FAIL
[oldState set to undefined]
expected: FAIL
[oldState set to null]
expected: FAIL
[oldState set to false]
expected: FAIL
[oldState set to true]
expected: FAIL
[oldState set to a number]
expected: FAIL
[oldState set to [\]]
expected: FAIL
[oldState set to [1, 2, 3\]]
expected: FAIL
[oldState set to an object]
expected: FAIL
[oldState set to an object with a valueOf function]
expected: FAIL
[ToggleEventInit properties set value]
expected: FAIL
[ToggleEventInit properties set value 2]
expected: FAIL
[ToggleEventInit properties set value 3]
expected: FAIL
[ToggleEventInit properties set value 4]
expected: FAIL
[newState set to 'sample']
expected: FAIL
[newState set to undefined]
expected: FAIL
[newState set to null]
expected: FAIL
[newState set to false]
expected: FAIL
[newState set to true]
expected: FAIL
[newState set to a number]
expected: FAIL
[newState set to [\]]
expected: FAIL
[newState set to [1, 2, 3\]]
expected: FAIL
[newState set to an object]
expected: FAIL
[newState set to an object with a valueOf function]
expected: FAIL