mirror of
https://github.com/servo/servo.git
synced 2025-09-30 16:49:16 +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,21 @@
|
|||
[parse-align-self-002.html]
|
||||
[Test 'initial' value when nothing is specified]
|
||||
expected: FAIL
|
||||
|
||||
[Test align-self: 'initial']
|
||||
expected: FAIL
|
||||
|
||||
[Test grid items align-self: 'initial']
|
||||
expected: FAIL
|
||||
|
||||
[Test flex items align-self: 'initial']
|
||||
expected: FAIL
|
||||
|
||||
[Test absolute positioned elements align-self: 'initial']
|
||||
expected: FAIL
|
||||
|
||||
[Test absolute positioned grid items align-self: 'initial']
|
||||
expected: FAIL
|
||||
|
||||
[Test absolute positioned flex items align-self: 'initial']
|
||||
expected: FAIL
|
|
@ -0,0 +1,9 @@
|
|||
[parse-align-self-005.html]
|
||||
[Test the value 'inherit' overrides current value ('end')]
|
||||
expected: FAIL
|
||||
|
||||
[Test the value 'inherit' overrides current value ('safe start')]
|
||||
expected: FAIL
|
||||
|
||||
[Test the value 'inherit' overrides current value ('unsafe center')]
|
||||
expected: FAIL
|
|
@ -0,0 +1,60 @@
|
|||
[parse-justify-self-001.html]
|
||||
[Checking justify-self: auto]
|
||||
expected: FAIL
|
||||
|
||||
[Checking justify-self: normal]
|
||||
expected: FAIL
|
||||
|
||||
[Checking justify-self: stretch]
|
||||
expected: FAIL
|
||||
|
||||
[Checking justify-self: left]
|
||||
expected: FAIL
|
||||
|
||||
[Checking justify-self: right]
|
||||
expected: FAIL
|
||||
|
||||
[Checking justify-self: start]
|
||||
expected: FAIL
|
||||
|
||||
[Checking justify-self: end]
|
||||
expected: FAIL
|
||||
|
||||
[Checking justify-self: self-start]
|
||||
expected: FAIL
|
||||
|
||||
[Checking justify-self: self-end]
|
||||
expected: FAIL
|
||||
|
||||
[Checking justify-self: center]
|
||||
expected: FAIL
|
||||
|
||||
[Checking justify-self: flex-start]
|
||||
expected: FAIL
|
||||
|
||||
[Checking justify-self: flex-end]
|
||||
expected: FAIL
|
||||
|
||||
[Checking justify-self: baseline]
|
||||
expected: FAIL
|
||||
|
||||
[Checking justify-self: first baseline]
|
||||
expected: FAIL
|
||||
|
||||
[Checking justify-self: last baseline]
|
||||
expected: FAIL
|
||||
|
||||
[Checking justify-self: safe flex-end]
|
||||
expected: FAIL
|
||||
|
||||
[Checking justify-self: unsafe end]
|
||||
expected: FAIL
|
||||
|
||||
[Checking justify-self: safe end]
|
||||
expected: FAIL
|
||||
|
||||
[Checking justify-self: unsafe flex-start]
|
||||
expected: FAIL
|
||||
|
||||
[Checking justify-self: safe center]
|
||||
expected: FAIL
|
|
@ -0,0 +1,21 @@
|
|||
[parse-justify-self-002.html]
|
||||
[Test 'initial' value when nothing is specified]
|
||||
expected: FAIL
|
||||
|
||||
[Test justify-self: 'initial']
|
||||
expected: FAIL
|
||||
|
||||
[Test grid items justify-self: 'initial']
|
||||
expected: FAIL
|
||||
|
||||
[Test flex items justify-self: 'initial']
|
||||
expected: FAIL
|
||||
|
||||
[Test absolute positioned elements justify-self: 'initial']
|
||||
expected: FAIL
|
||||
|
||||
[Test absolute positioned grid items justify-self: 'initial']
|
||||
expected: FAIL
|
||||
|
||||
[Test absolute positioned flex items justify-self: 'initial']
|
||||
expected: FAIL
|
|
@ -0,0 +1,60 @@
|
|||
[parse-justify-self-003.html]
|
||||
[Checking justify-self: auto]
|
||||
expected: FAIL
|
||||
|
||||
[Checking justify-self: normal]
|
||||
expected: FAIL
|
||||
|
||||
[Checking justify-self: stretch]
|
||||
expected: FAIL
|
||||
|
||||
[Checking justify-self: left]
|
||||
expected: FAIL
|
||||
|
||||
[Checking justify-self: right]
|
||||
expected: FAIL
|
||||
|
||||
[Checking justify-self: start]
|
||||
expected: FAIL
|
||||
|
||||
[Checking justify-self: end]
|
||||
expected: FAIL
|
||||
|
||||
[Checking justify-self: self-start]
|
||||
expected: FAIL
|
||||
|
||||
[Checking justify-self: self-end]
|
||||
expected: FAIL
|
||||
|
||||
[Checking justify-self: center]
|
||||
expected: FAIL
|
||||
|
||||
[Checking justify-self: flex-start]
|
||||
expected: FAIL
|
||||
|
||||
[Checking justify-self: flex-end]
|
||||
expected: FAIL
|
||||
|
||||
[Checking justify-self: baseline]
|
||||
expected: FAIL
|
||||
|
||||
[Checking justify-self: first baseline]
|
||||
expected: FAIL
|
||||
|
||||
[Checking justify-self: last baseline]
|
||||
expected: FAIL
|
||||
|
||||
[Checking justify-self: safe flex-end]
|
||||
expected: FAIL
|
||||
|
||||
[Checking justify-self: unsafe end]
|
||||
expected: FAIL
|
||||
|
||||
[Checking justify-self: safe end]
|
||||
expected: FAIL
|
||||
|
||||
[Checking justify-self: unsafe flex-start]
|
||||
expected: FAIL
|
||||
|
||||
[Checking justify-self: safe center]
|
||||
expected: FAIL
|
|
@ -0,0 +1,78 @@
|
|||
[parse-justify-self-004.html]
|
||||
[Checking invalid combination - justify-self: legacy]
|
||||
expected: FAIL
|
||||
|
||||
[Checking invalid combination - justify-self: space-around]
|
||||
expected: FAIL
|
||||
|
||||
[Checking invalid combination - justify-self: auto safe]
|
||||
expected: FAIL
|
||||
|
||||
[Checking invalid combination - justify-self: auto left]
|
||||
expected: FAIL
|
||||
|
||||
[Checking invalid combination - justify-self: normal unsafe]
|
||||
expected: FAIL
|
||||
|
||||
[Checking invalid combination - justify-self: normal stretch]
|
||||
expected: FAIL
|
||||
|
||||
[Checking invalid combination - justify-self: baseline normal]
|
||||
expected: FAIL
|
||||
|
||||
[Checking invalid combination - justify-self: baseline center]
|
||||
expected: FAIL
|
||||
|
||||
[Checking invalid combination - justify-self: first baseline center]
|
||||
expected: FAIL
|
||||
|
||||
[Checking invalid combination - justify-self: last baseline center]
|
||||
expected: FAIL
|
||||
|
||||
[Checking invalid combination - justify-self: baseline last]
|
||||
expected: FAIL
|
||||
|
||||
[Checking invalid combination - justify-self: baseline first]
|
||||
expected: FAIL
|
||||
|
||||
[Checking invalid combination - justify-self: stretch unsafe]
|
||||
expected: FAIL
|
||||
|
||||
[Checking invalid combination - justify-self: stretch right]
|
||||
expected: FAIL
|
||||
|
||||
[Checking invalid combination - justify-self: unsafe unsafe]
|
||||
expected: FAIL
|
||||
|
||||
[Checking invalid combination - justify-self: unsafe safe]
|
||||
expected: FAIL
|
||||
|
||||
[Checking invalid combination - justify-self: center start]
|
||||
expected: FAIL
|
||||
|
||||
[Checking invalid combination - justify-self: unsafe stretch]
|
||||
expected: FAIL
|
||||
|
||||
[Checking invalid combination - justify-self: safe stretch]
|
||||
expected: FAIL
|
||||
|
||||
[Checking invalid combination - justify-self: baseline safe]
|
||||
expected: FAIL
|
||||
|
||||
[Checking invalid combination - justify-self: unsafe baseline]
|
||||
expected: FAIL
|
||||
|
||||
[Checking invalid combination - justify-self: unsafe safe left]
|
||||
expected: FAIL
|
||||
|
||||
[Checking invalid combination - justify-self: unsafe left safe]
|
||||
expected: FAIL
|
||||
|
||||
[Checking invalid combination - justify-self: left safe unsafe safe]
|
||||
expected: FAIL
|
||||
|
||||
[Checking invalid combination - justify-self: start safe]
|
||||
expected: FAIL
|
||||
|
||||
[Checking invalid combination - justify-self: safe]
|
||||
expected: FAIL
|
|
@ -0,0 +1,9 @@
|
|||
[parse-justify-self-005.html]
|
||||
[Test the value 'inherit' overrides current value ('end')]
|
||||
expected: FAIL
|
||||
|
||||
[Test the value 'inherit' overrides current value ('safe left')]
|
||||
expected: FAIL
|
||||
|
||||
[Test the value 'inherit' overrides current value ('unsafe center')]
|
||||
expected: FAIL
|
|
@ -0,0 +1,54 @@
|
|||
[place-self-shorthand-001.html]
|
||||
[Checking place-self: auto]
|
||||
expected: FAIL
|
||||
|
||||
[Checking place-self: normal]
|
||||
expected: FAIL
|
||||
|
||||
[Checking place-self: stretch]
|
||||
expected: FAIL
|
||||
|
||||
[Checking place-self: start]
|
||||
expected: FAIL
|
||||
|
||||
[Checking place-self: end]
|
||||
expected: FAIL
|
||||
|
||||
[Checking place-self: self-start]
|
||||
expected: FAIL
|
||||
|
||||
[Checking place-self: self-end]
|
||||
expected: FAIL
|
||||
|
||||
[Checking place-self: center]
|
||||
expected: FAIL
|
||||
|
||||
[Checking place-self: flex-start]
|
||||
expected: FAIL
|
||||
|
||||
[Checking place-self: flex-end]
|
||||
expected: FAIL
|
||||
|
||||
[Checking place-self: baseline]
|
||||
expected: FAIL
|
||||
|
||||
[Checking place-self: first baseline]
|
||||
expected: FAIL
|
||||
|
||||
[Checking place-self: last baseline]
|
||||
expected: FAIL
|
||||
|
||||
[Checking place-self: safe flex-end]
|
||||
expected: FAIL
|
||||
|
||||
[Checking place-self: unsafe end]
|
||||
expected: FAIL
|
||||
|
||||
[Checking place-self: safe end]
|
||||
expected: FAIL
|
||||
|
||||
[Checking place-self: unsafe flex-start]
|
||||
expected: FAIL
|
||||
|
||||
[Checking place-self: safe center]
|
||||
expected: FAIL
|
File diff suppressed because it is too large
Load diff
|
@ -0,0 +1,6 @@
|
|||
[place-self-shorthand-003.html]
|
||||
[Check place-self: initial - align-self expanded value]
|
||||
expected: FAIL
|
||||
|
||||
[Check place-self: initial - justify-self expanded value]
|
||||
expected: FAIL
|
|
@ -0,0 +1,12 @@
|
|||
[place-self-shorthand-004.html]
|
||||
[Verify fallback values are invalid]
|
||||
expected: FAIL
|
||||
|
||||
[Verify 'left' and 'right' values are invalid for block/cross axis alignment]
|
||||
expected: FAIL
|
||||
|
||||
[Verify numeric values are invalid]
|
||||
expected: FAIL
|
||||
|
||||
[Verify empty declaration is invalid]
|
||||
expected: FAIL
|
|
@ -0,0 +1,6 @@
|
|||
[place-self-shorthand-005.html]
|
||||
[Check place-self: inherit - align-self resolved value]
|
||||
expected: FAIL
|
||||
|
||||
[Check place-self: inherit - justify-self resolved value]
|
||||
expected: FAIL
|
|
@ -0,0 +1,117 @@
|
|||
[place-self-shorthand-006.html]
|
||||
[Checking place-self: auto auto]
|
||||
expected: FAIL
|
||||
|
||||
[Checking place-self: auto first baseline]
|
||||
expected: FAIL
|
||||
|
||||
[Checking place-self: normal normal]
|
||||
expected: FAIL
|
||||
|
||||
[Checking place-self: normal first baseline]
|
||||
expected: FAIL
|
||||
|
||||
[Checking place-self: stretch stretch]
|
||||
expected: FAIL
|
||||
|
||||
[Checking place-self: stretch first baseline]
|
||||
expected: FAIL
|
||||
|
||||
[Checking place-self: start start]
|
||||
expected: FAIL
|
||||
|
||||
[Checking place-self: start first baseline]
|
||||
expected: FAIL
|
||||
|
||||
[Checking place-self: end end]
|
||||
expected: FAIL
|
||||
|
||||
[Checking place-self: end first baseline]
|
||||
expected: FAIL
|
||||
|
||||
[Checking place-self: self-start self-start]
|
||||
expected: FAIL
|
||||
|
||||
[Checking place-self: self-start first baseline]
|
||||
expected: FAIL
|
||||
|
||||
[Checking place-self: self-end self-end]
|
||||
expected: FAIL
|
||||
|
||||
[Checking place-self: self-end first baseline]
|
||||
expected: FAIL
|
||||
|
||||
[Checking place-self: center center]
|
||||
expected: FAIL
|
||||
|
||||
[Checking place-self: center first baseline]
|
||||
expected: FAIL
|
||||
|
||||
[Checking place-self: flex-start flex-start]
|
||||
expected: FAIL
|
||||
|
||||
[Checking place-self: flex-start first baseline]
|
||||
expected: FAIL
|
||||
|
||||
[Checking place-self: flex-end flex-end]
|
||||
expected: FAIL
|
||||
|
||||
[Checking place-self: flex-end first baseline]
|
||||
expected: FAIL
|
||||
|
||||
[Checking place-self: baseline baseline]
|
||||
expected: FAIL
|
||||
|
||||
[Checking place-self: baseline first baseline]
|
||||
expected: FAIL
|
||||
|
||||
[Checking place-self: first baseline left]
|
||||
expected: FAIL
|
||||
|
||||
[Checking place-self: first baseline right]
|
||||
expected: FAIL
|
||||
|
||||
[Checking place-self: first baseline auto]
|
||||
expected: FAIL
|
||||
|
||||
[Checking place-self: first baseline normal]
|
||||
expected: FAIL
|
||||
|
||||
[Checking place-self: first baseline stretch]
|
||||
expected: FAIL
|
||||
|
||||
[Checking place-self: first baseline start]
|
||||
expected: FAIL
|
||||
|
||||
[Checking place-self: first baseline end]
|
||||
expected: FAIL
|
||||
|
||||
[Checking place-self: first baseline self-start]
|
||||
expected: FAIL
|
||||
|
||||
[Checking place-self: first baseline self-end]
|
||||
expected: FAIL
|
||||
|
||||
[Checking place-self: first baseline center]
|
||||
expected: FAIL
|
||||
|
||||
[Checking place-self: first baseline flex-start]
|
||||
expected: FAIL
|
||||
|
||||
[Checking place-self: first baseline flex-end]
|
||||
expected: FAIL
|
||||
|
||||
[Checking place-self: first baseline baseline]
|
||||
expected: FAIL
|
||||
|
||||
[Checking place-self: first baseline first baseline]
|
||||
expected: FAIL
|
||||
|
||||
[Checking place-self: first baseline last baseline]
|
||||
expected: FAIL
|
||||
|
||||
[Checking place-self: last baseline first baseline]
|
||||
expected: FAIL
|
||||
|
||||
[Checking place-self: last baseline last baseline]
|
||||
expected: FAIL
|
Loading…
Add table
Add a link
Reference in a new issue