mirror of
https://github.com/servo/servo.git
synced 2025-10-01 00:59:15 +01:00
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.
This commit is contained in:
parent
78c7011240
commit
963104e5fc
4797 changed files with 679983 additions and 5390 deletions
|
@ -0,0 +1,111 @@
|
|||
[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
|
Loading…
Add table
Add a link
Reference in a new issue