mirror of
https://github.com/servo/servo.git
synced 2025-08-17 03:15:34 +01:00
Add css-align tests with failure expectations.
This commit is contained in:
parent
dd2deeabca
commit
4af50f96fa
73 changed files with 4858 additions and 0 deletions
|
@ -0,0 +1,37 @@
|
|||
[parse-align-content-001.html]
|
||||
[Checking align-content: safe end]
|
||||
expected: FAIL
|
||||
|
||||
[Checking align-content: first baseline]
|
||||
expected: FAIL
|
||||
|
||||
[Checking align-content: safe flex-end]
|
||||
expected: FAIL
|
||||
|
||||
[Checking align-content: baseline]
|
||||
expected: FAIL
|
||||
|
||||
[Checking align-content: last baseline]
|
||||
expected: FAIL
|
||||
|
||||
[Checking align-content: start]
|
||||
expected: FAIL
|
||||
|
||||
[Checking align-content: unsafe flex-start]
|
||||
expected: FAIL
|
||||
|
||||
[Checking align-content: unsafe end]
|
||||
expected: FAIL
|
||||
|
||||
[Checking align-content: end]
|
||||
expected: FAIL
|
||||
|
||||
[Checking align-content: space-evenly]
|
||||
expected: FAIL
|
||||
|
||||
[Checking align-content: safe center]
|
||||
expected: FAIL
|
||||
|
||||
[Checking align-content: normal]
|
||||
expected: FAIL
|
||||
|
|
@ -0,0 +1,22 @@
|
|||
[parse-align-content-002.html]
|
||||
[Test grid items align-content: 'initial']
|
||||
expected: FAIL
|
||||
|
||||
[Test absolute positioned grid items align-content: 'initial']
|
||||
expected: FAIL
|
||||
|
||||
[Test align-content: 'initial']
|
||||
expected: FAIL
|
||||
|
||||
[Test absolute positioned flex items align-content: 'initial']
|
||||
expected: FAIL
|
||||
|
||||
[Test flex items align-content: 'initial']
|
||||
expected: FAIL
|
||||
|
||||
[Test 'initial' value when nothing is specified]
|
||||
expected: FAIL
|
||||
|
||||
[Test absolute positioned elements align-content: 'initial']
|
||||
expected: FAIL
|
||||
|
|
@ -0,0 +1,37 @@
|
|||
[parse-align-content-003.html]
|
||||
[Checking align-content: safe end]
|
||||
expected: FAIL
|
||||
|
||||
[Checking align-content: first baseline]
|
||||
expected: FAIL
|
||||
|
||||
[Checking align-content: safe flex-end]
|
||||
expected: FAIL
|
||||
|
||||
[Checking align-content: baseline]
|
||||
expected: FAIL
|
||||
|
||||
[Checking align-content: last baseline]
|
||||
expected: FAIL
|
||||
|
||||
[Checking align-content: start]
|
||||
expected: FAIL
|
||||
|
||||
[Checking align-content: unsafe flex-start]
|
||||
expected: FAIL
|
||||
|
||||
[Checking align-content: unsafe end]
|
||||
expected: FAIL
|
||||
|
||||
[Checking align-content: end]
|
||||
expected: FAIL
|
||||
|
||||
[Checking align-content: space-evenly]
|
||||
expected: FAIL
|
||||
|
||||
[Checking align-content: safe center]
|
||||
expected: FAIL
|
||||
|
||||
[Checking align-content: normal]
|
||||
expected: FAIL
|
||||
|
|
@ -0,0 +1,10 @@
|
|||
[parse-align-content-005.html]
|
||||
[Test the value 'inherit' overrides current value ('end')]
|
||||
expected: FAIL
|
||||
|
||||
[Test the value 'inherit' overrides current value ('unsafe center')]
|
||||
expected: FAIL
|
||||
|
||||
[Test the value 'inherit' overrides current value ('safe start')]
|
||||
expected: FAIL
|
||||
|
|
@ -0,0 +1,34 @@
|
|||
[parse-justify-content-001.html]
|
||||
[Checking justify-content: start]
|
||||
expected: FAIL
|
||||
|
||||
[Checking justify-content: safe center]
|
||||
expected: FAIL
|
||||
|
||||
[Checking justify-content: end]
|
||||
expected: FAIL
|
||||
|
||||
[Checking justify-content: left]
|
||||
expected: FAIL
|
||||
|
||||
[Checking justify-content: unsafe flex-start]
|
||||
expected: FAIL
|
||||
|
||||
[Checking justify-content: right]
|
||||
expected: FAIL
|
||||
|
||||
[Checking justify-content: safe end]
|
||||
expected: FAIL
|
||||
|
||||
[Checking justify-content: space-evenly]
|
||||
expected: FAIL
|
||||
|
||||
[Checking justify-content: safe flex-end]
|
||||
expected: FAIL
|
||||
|
||||
[Checking justify-content: normal]
|
||||
expected: FAIL
|
||||
|
||||
[Checking justify-content: unsafe end]
|
||||
expected: FAIL
|
||||
|
|
@ -0,0 +1,22 @@
|
|||
[parse-justify-content-002.html]
|
||||
[Test flex items justify-content: 'initial']
|
||||
expected: FAIL
|
||||
|
||||
[Test grid items justify-content: 'initial']
|
||||
expected: FAIL
|
||||
|
||||
[Test justify-content: 'initial']
|
||||
expected: FAIL
|
||||
|
||||
[Test absolute positioned flex items justify-content: 'initial']
|
||||
expected: FAIL
|
||||
|
||||
[Test absolute positioned grid items justify-content: 'initial']
|
||||
expected: FAIL
|
||||
|
||||
[Test absolute positioned elements justify-content: 'initial']
|
||||
expected: FAIL
|
||||
|
||||
[Test 'initial' value when nothing is specified]
|
||||
expected: FAIL
|
||||
|
|
@ -0,0 +1,34 @@
|
|||
[parse-justify-content-003.html]
|
||||
[Checking justify-content: start]
|
||||
expected: FAIL
|
||||
|
||||
[Checking justify-content: safe center]
|
||||
expected: FAIL
|
||||
|
||||
[Checking justify-content: end]
|
||||
expected: FAIL
|
||||
|
||||
[Checking justify-content: left]
|
||||
expected: FAIL
|
||||
|
||||
[Checking justify-content: unsafe flex-start]
|
||||
expected: FAIL
|
||||
|
||||
[Checking justify-content: right]
|
||||
expected: FAIL
|
||||
|
||||
[Checking justify-content: safe end]
|
||||
expected: FAIL
|
||||
|
||||
[Checking justify-content: space-evenly]
|
||||
expected: FAIL
|
||||
|
||||
[Checking justify-content: safe flex-end]
|
||||
expected: FAIL
|
||||
|
||||
[Checking justify-content: normal]
|
||||
expected: FAIL
|
||||
|
||||
[Checking justify-content: unsafe end]
|
||||
expected: FAIL
|
||||
|
|
@ -0,0 +1,10 @@
|
|||
[parse-justify-content-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,46 @@
|
|||
[place-content-shorthand-001.html]
|
||||
[Checking place-content: unsafe flex-start]
|
||||
expected: FAIL
|
||||
|
||||
[Checking place-content: space-between]
|
||||
expected: FAIL
|
||||
|
||||
[Checking place-content: flex-end]
|
||||
expected: FAIL
|
||||
|
||||
[Checking place-content: flex-start]
|
||||
expected: FAIL
|
||||
|
||||
[Checking place-content: unsafe end]
|
||||
expected: FAIL
|
||||
|
||||
[Checking place-content: end]
|
||||
expected: FAIL
|
||||
|
||||
[Checking place-content: safe end]
|
||||
expected: FAIL
|
||||
|
||||
[Checking place-content: start]
|
||||
expected: FAIL
|
||||
|
||||
[Checking place-content: center]
|
||||
expected: FAIL
|
||||
|
||||
[Checking place-content: normal]
|
||||
expected: FAIL
|
||||
|
||||
[Checking place-content: space-evenly]
|
||||
expected: FAIL
|
||||
|
||||
[Checking place-content: safe flex-end]
|
||||
expected: FAIL
|
||||
|
||||
[Checking place-content: safe center]
|
||||
expected: FAIL
|
||||
|
||||
[Checking place-content: space-around]
|
||||
expected: FAIL
|
||||
|
||||
[Checking place-content: stretch]
|
||||
expected: FAIL
|
||||
|
|
@ -0,0 +1,649 @@
|
|||
[place-content-shorthand-002.html]
|
||||
[Checking place-content: space-around flex-start]
|
||||
expected: FAIL
|
||||
|
||||
[Checking place-content: flex-end end]
|
||||
expected: FAIL
|
||||
|
||||
[Checking place-content: safe flex-end stretch]
|
||||
expected: FAIL
|
||||
|
||||
[Checking place-content: space-between stretch]
|
||||
expected: FAIL
|
||||
|
||||
[Checking place-content: start normal]
|
||||
expected: FAIL
|
||||
|
||||
[Checking place-content: last baseline left]
|
||||
expected: FAIL
|
||||
|
||||
[Checking place-content: safe end stretch]
|
||||
expected: FAIL
|
||||
|
||||
[Checking place-content: unsafe end space-around]
|
||||
expected: FAIL
|
||||
|
||||
[Checking place-content: baseline space-around]
|
||||
expected: FAIL
|
||||
|
||||
[Checking place-content: center normal]
|
||||
expected: FAIL
|
||||
|
||||
[Checking place-content: center center]
|
||||
expected: FAIL
|
||||
|
||||
[Checking place-content: flex-end flex-start]
|
||||
expected: FAIL
|
||||
|
||||
[Checking place-content: flex-start space-around]
|
||||
expected: FAIL
|
||||
|
||||
[Checking place-content: first baseline right]
|
||||
expected: FAIL
|
||||
|
||||
[Checking place-content: safe flex-end right]
|
||||
expected: FAIL
|
||||
|
||||
[Checking place-content: baseline stretch]
|
||||
expected: FAIL
|
||||
|
||||
[Checking place-content: safe center right]
|
||||
expected: FAIL
|
||||
|
||||
[Checking place-content: flex-start start]
|
||||
expected: FAIL
|
||||
|
||||
[Checking place-content: safe center normal]
|
||||
expected: FAIL
|
||||
|
||||
[Checking place-content: baseline right]
|
||||
expected: FAIL
|
||||
|
||||
[Checking place-content: start space-between]
|
||||
expected: FAIL
|
||||
|
||||
[Checking place-content: baseline space-between]
|
||||
expected: FAIL
|
||||
|
||||
[Checking place-content: unsafe end stretch]
|
||||
expected: FAIL
|
||||
|
||||
[Checking place-content: last baseline space-between]
|
||||
expected: FAIL
|
||||
|
||||
[Checking place-content: baseline start]
|
||||
expected: FAIL
|
||||
|
||||
[Checking place-content: stretch stretch]
|
||||
expected: FAIL
|
||||
|
||||
[Checking place-content: unsafe flex-start flex-start]
|
||||
expected: FAIL
|
||||
|
||||
[Checking place-content: space-around space-evenly]
|
||||
expected: FAIL
|
||||
|
||||
[Checking place-content: unsafe end space-between]
|
||||
expected: FAIL
|
||||
|
||||
[Checking place-content: start start]
|
||||
expected: FAIL
|
||||
|
||||
[Checking place-content: flex-start normal]
|
||||
expected: FAIL
|
||||
|
||||
[Checking place-content: start flex-end]
|
||||
expected: FAIL
|
||||
|
||||
[Checking place-content: unsafe end start]
|
||||
expected: FAIL
|
||||
|
||||
[Checking place-content: unsafe end right]
|
||||
expected: FAIL
|
||||
|
||||
[Checking place-content: space-between normal]
|
||||
expected: FAIL
|
||||
|
||||
[Checking place-content: space-around space-around]
|
||||
expected: FAIL
|
||||
|
||||
[Checking place-content: unsafe flex-start left]
|
||||
expected: FAIL
|
||||
|
||||
[Checking place-content: space-around flex-end]
|
||||
expected: FAIL
|
||||
|
||||
[Checking place-content: space-evenly space-around]
|
||||
expected: FAIL
|
||||
|
||||
[Checking place-content: start left]
|
||||
expected: FAIL
|
||||
|
||||
[Checking place-content: stretch normal]
|
||||
expected: FAIL
|
||||
|
||||
[Checking place-content: unsafe flex-start space-between]
|
||||
expected: FAIL
|
||||
|
||||
[Checking place-content: stretch space-around]
|
||||
expected: FAIL
|
||||
|
||||
[Checking place-content: space-around right]
|
||||
expected: FAIL
|
||||
|
||||
[Checking place-content: safe center space-around]
|
||||
expected: FAIL
|
||||
|
||||
[Checking place-content: center space-evenly]
|
||||
expected: FAIL
|
||||
|
||||
[Checking place-content: center space-around]
|
||||
expected: FAIL
|
||||
|
||||
[Checking place-content: space-around space-between]
|
||||
expected: FAIL
|
||||
|
||||
[Checking place-content: flex-end start]
|
||||
expected: FAIL
|
||||
|
||||
[Checking place-content: end flex-start]
|
||||
expected: FAIL
|
||||
|
||||
[Checking place-content: stretch center]
|
||||
expected: FAIL
|
||||
|
||||
[Checking place-content: flex-end normal]
|
||||
expected: FAIL
|
||||
|
||||
[Checking place-content: safe flex-end flex-start]
|
||||
expected: FAIL
|
||||
|
||||
[Checking place-content: last baseline flex-end]
|
||||
expected: FAIL
|
||||
|
||||
[Checking place-content: baseline left]
|
||||
expected: FAIL
|
||||
|
||||
[Checking place-content: first baseline flex-end]
|
||||
expected: FAIL
|
||||
|
||||
[Checking place-content: flex-start flex-start]
|
||||
expected: FAIL
|
||||
|
||||
[Checking place-content: space-between flex-end]
|
||||
expected: FAIL
|
||||
|
||||
[Checking place-content: space-between end]
|
||||
expected: FAIL
|
||||
|
||||
[Checking place-content: unsafe flex-start start]
|
||||
expected: FAIL
|
||||
|
||||
[Checking place-content: safe center space-evenly]
|
||||
expected: FAIL
|
||||
|
||||
[Checking place-content: unsafe flex-start center]
|
||||
expected: FAIL
|
||||
|
||||
[Checking place-content: safe end normal]
|
||||
expected: FAIL
|
||||
|
||||
[Checking place-content: end space-between]
|
||||
expected: FAIL
|
||||
|
||||
[Checking place-content: unsafe flex-start space-around]
|
||||
expected: FAIL
|
||||
|
||||
[Checking place-content: normal stretch]
|
||||
expected: FAIL
|
||||
|
||||
[Checking place-content: space-between space-evenly]
|
||||
expected: FAIL
|
||||
|
||||
[Checking place-content: normal flex-end]
|
||||
expected: FAIL
|
||||
|
||||
[Checking place-content: safe end center]
|
||||
expected: FAIL
|
||||
|
||||
[Checking place-content: space-evenly end]
|
||||
expected: FAIL
|
||||
|
||||
[Checking place-content: flex-end stretch]
|
||||
expected: FAIL
|
||||
|
||||
[Checking place-content: start flex-start]
|
||||
expected: FAIL
|
||||
|
||||
[Checking place-content: stretch end]
|
||||
expected: FAIL
|
||||
|
||||
[Checking place-content: unsafe end center]
|
||||
expected: FAIL
|
||||
|
||||
[Checking place-content: normal space-between]
|
||||
expected: FAIL
|
||||
|
||||
[Checking place-content: space-evenly right]
|
||||
expected: FAIL
|
||||
|
||||
[Checking place-content: flex-end space-between]
|
||||
expected: FAIL
|
||||
|
||||
[Checking place-content: normal start]
|
||||
expected: FAIL
|
||||
|
||||
[Checking place-content: flex-end space-around]
|
||||
expected: FAIL
|
||||
|
||||
[Checking place-content: center stretch]
|
||||
expected: FAIL
|
||||
|
||||
[Checking place-content: end start]
|
||||
expected: FAIL
|
||||
|
||||
[Checking place-content: last baseline space-around]
|
||||
expected: FAIL
|
||||
|
||||
[Checking place-content: stretch right]
|
||||
expected: FAIL
|
||||
|
||||
[Checking place-content: unsafe end space-evenly]
|
||||
expected: FAIL
|
||||
|
||||
[Checking place-content: normal right]
|
||||
expected: FAIL
|
||||
|
||||
[Checking place-content: safe end start]
|
||||
expected: FAIL
|
||||
|
||||
[Checking place-content: safe flex-end start]
|
||||
expected: FAIL
|
||||
|
||||
[Checking place-content: safe center stretch]
|
||||
expected: FAIL
|
||||
|
||||
[Checking place-content: unsafe flex-start end]
|
||||
expected: FAIL
|
||||
|
||||
[Checking place-content: unsafe end left]
|
||||
expected: FAIL
|
||||
|
||||
[Checking place-content: safe center flex-start]
|
||||
expected: FAIL
|
||||
|
||||
[Checking place-content: center space-between]
|
||||
expected: FAIL
|
||||
|
||||
[Checking place-content: safe end space-evenly]
|
||||
expected: FAIL
|
||||
|
||||
[Checking place-content: first baseline end]
|
||||
expected: FAIL
|
||||
|
||||
[Checking place-content: last baseline stretch]
|
||||
expected: FAIL
|
||||
|
||||
[Checking place-content: normal space-evenly]
|
||||
expected: FAIL
|
||||
|
||||
[Checking place-content: safe end end]
|
||||
expected: FAIL
|
||||
|
||||
[Checking place-content: center end]
|
||||
expected: FAIL
|
||||
|
||||
[Checking place-content: safe end flex-start]
|
||||
expected: FAIL
|
||||
|
||||
[Checking place-content: end normal]
|
||||
expected: FAIL
|
||||
|
||||
[Checking place-content: start stretch]
|
||||
expected: FAIL
|
||||
|
||||
[Checking place-content: center start]
|
||||
expected: FAIL
|
||||
|
||||
[Checking place-content: safe end flex-end]
|
||||
expected: FAIL
|
||||
|
||||
[Checking place-content: normal normal]
|
||||
expected: FAIL
|
||||
|
||||
[Checking place-content: start right]
|
||||
expected: FAIL
|
||||
|
||||
[Checking place-content: safe flex-end left]
|
||||
expected: FAIL
|
||||
|
||||
[Checking place-content: space-around normal]
|
||||
expected: FAIL
|
||||
|
||||
[Checking place-content: flex-start space-between]
|
||||
expected: FAIL
|
||||
|
||||
[Checking place-content: start space-around]
|
||||
expected: FAIL
|
||||
|
||||
[Checking place-content: safe flex-end space-between]
|
||||
expected: FAIL
|
||||
|
||||
[Checking place-content: normal center]
|
||||
expected: FAIL
|
||||
|
||||
[Checking place-content: safe center left]
|
||||
expected: FAIL
|
||||
|
||||
[Checking place-content: flex-end space-evenly]
|
||||
expected: FAIL
|
||||
|
||||
[Checking place-content: end left]
|
||||
expected: FAIL
|
||||
|
||||
[Checking place-content: space-evenly space-between]
|
||||
expected: FAIL
|
||||
|
||||
[Checking place-content: unsafe end flex-end]
|
||||
expected: FAIL
|
||||
|
||||
[Checking place-content: baseline flex-end]
|
||||
expected: FAIL
|
||||
|
||||
[Checking place-content: safe flex-end space-evenly]
|
||||
expected: FAIL
|
||||
|
||||
[Checking place-content: space-between space-between]
|
||||
expected: FAIL
|
||||
|
||||
[Checking place-content: safe end right]
|
||||
expected: FAIL
|
||||
|
||||
[Checking place-content: stretch space-evenly]
|
||||
expected: FAIL
|
||||
|
||||
[Checking place-content: normal flex-start]
|
||||
expected: FAIL
|
||||
|
||||
[Checking place-content: baseline center]
|
||||
expected: FAIL
|
||||
|
||||
[Checking place-content: space-evenly space-evenly]
|
||||
expected: FAIL
|
||||
|
||||
[Checking place-content: first baseline stretch]
|
||||
expected: FAIL
|
||||
|
||||
[Checking place-content: flex-start right]
|
||||
expected: FAIL
|
||||
|
||||
[Checking place-content: stretch flex-start]
|
||||
expected: FAIL
|
||||
|
||||
[Checking place-content: last baseline space-evenly]
|
||||
expected: FAIL
|
||||
|
||||
[Checking place-content: safe flex-end space-around]
|
||||
expected: FAIL
|
||||
|
||||
[Checking place-content: unsafe flex-start space-evenly]
|
||||
expected: FAIL
|
||||
|
||||
[Checking place-content: last baseline end]
|
||||
expected: FAIL
|
||||
|
||||
[Checking place-content: end center]
|
||||
expected: FAIL
|
||||
|
||||
[Checking place-content: first baseline left]
|
||||
expected: FAIL
|
||||
|
||||
[Checking place-content: safe center end]
|
||||
expected: FAIL
|
||||
|
||||
[Checking place-content: stretch start]
|
||||
expected: FAIL
|
||||
|
||||
[Checking place-content: space-around end]
|
||||
expected: FAIL
|
||||
|
||||
[Checking place-content: space-around center]
|
||||
expected: FAIL
|
||||
|
||||
[Checking place-content: safe end space-between]
|
||||
expected: FAIL
|
||||
|
||||
[Checking place-content: flex-end center]
|
||||
expected: FAIL
|
||||
|
||||
[Checking place-content: unsafe flex-start right]
|
||||
expected: FAIL
|
||||
|
||||
[Checking place-content: unsafe flex-start flex-end]
|
||||
expected: FAIL
|
||||
|
||||
[Checking place-content: safe end left]
|
||||
expected: FAIL
|
||||
|
||||
[Checking place-content: flex-end flex-end]
|
||||
expected: FAIL
|
||||
|
||||
[Checking place-content: baseline end]
|
||||
expected: FAIL
|
||||
|
||||
[Checking place-content: unsafe flex-start normal]
|
||||
expected: FAIL
|
||||
|
||||
[Checking place-content: unsafe end end]
|
||||
expected: FAIL
|
||||
|
||||
[Checking place-content: last baseline normal]
|
||||
expected: FAIL
|
||||
|
||||
[Checking place-content: last baseline center]
|
||||
expected: FAIL
|
||||
|
||||
[Checking place-content: flex-start center]
|
||||
expected: FAIL
|
||||
|
||||
[Checking place-content: first baseline flex-start]
|
||||
expected: FAIL
|
||||
|
||||
[Checking place-content: space-around start]
|
||||
expected: FAIL
|
||||
|
||||
[Checking place-content: end stretch]
|
||||
expected: FAIL
|
||||
|
||||
[Checking place-content: end right]
|
||||
expected: FAIL
|
||||
|
||||
[Checking place-content: end end]
|
||||
expected: FAIL
|
||||
|
||||
[Checking place-content: space-evenly flex-end]
|
||||
expected: FAIL
|
||||
|
||||
[Checking place-content: space-evenly stretch]
|
||||
expected: FAIL
|
||||
|
||||
[Checking place-content: start space-evenly]
|
||||
expected: FAIL
|
||||
|
||||
[Checking place-content: space-around stretch]
|
||||
expected: FAIL
|
||||
|
||||
[Checking place-content: space-between right]
|
||||
expected: FAIL
|
||||
|
||||
[Checking place-content: unsafe flex-start stretch]
|
||||
expected: FAIL
|
||||
|
||||
[Checking place-content: baseline space-evenly]
|
||||
expected: FAIL
|
||||
|
||||
[Checking place-content: stretch flex-end]
|
||||
expected: FAIL
|
||||
|
||||
[Checking place-content: end space-evenly]
|
||||
expected: FAIL
|
||||
|
||||
[Checking place-content: flex-start space-evenly]
|
||||
expected: FAIL
|
||||
|
||||
[Checking place-content: space-evenly start]
|
||||
expected: FAIL
|
||||
|
||||
[Checking place-content: space-evenly normal]
|
||||
expected: FAIL
|
||||
|
||||
[Checking place-content: flex-end left]
|
||||
expected: FAIL
|
||||
|
||||
[Checking place-content: space-evenly flex-start]
|
||||
expected: FAIL
|
||||
|
||||
[Checking place-content: baseline normal]
|
||||
expected: FAIL
|
||||
|
||||
[Checking place-content: first baseline start]
|
||||
expected: FAIL
|
||||
|
||||
[Checking place-content: normal space-around]
|
||||
expected: FAIL
|
||||
|
||||
[Checking place-content: unsafe end normal]
|
||||
expected: FAIL
|
||||
|
||||
[Checking place-content: start end]
|
||||
expected: FAIL
|
||||
|
||||
[Checking place-content: safe flex-end center]
|
||||
expected: FAIL
|
||||
|
||||
[Checking place-content: center right]
|
||||
expected: FAIL
|
||||
|
||||
[Checking place-content: space-between start]
|
||||
expected: FAIL
|
||||
|
||||
[Checking place-content: space-evenly left]
|
||||
expected: FAIL
|
||||
|
||||
[Checking place-content: start center]
|
||||
expected: FAIL
|
||||
|
||||
[Checking place-content: first baseline center]
|
||||
expected: FAIL
|
||||
|
||||
[Checking place-content: safe center space-between]
|
||||
expected: FAIL
|
||||
|
||||
[Checking place-content: flex-start stretch]
|
||||
expected: FAIL
|
||||
|
||||
[Checking place-content: safe flex-end end]
|
||||
expected: FAIL
|
||||
|
||||
[Checking place-content: last baseline flex-start]
|
||||
expected: FAIL
|
||||
|
||||
[Checking place-content: center flex-end]
|
||||
expected: FAIL
|
||||
|
||||
[Checking place-content: first baseline normal]
|
||||
expected: FAIL
|
||||
|
||||
[Checking place-content: safe flex-end normal]
|
||||
expected: FAIL
|
||||
|
||||
[Checking place-content: end flex-end]
|
||||
expected: FAIL
|
||||
|
||||
[Checking place-content: space-evenly center]
|
||||
expected: FAIL
|
||||
|
||||
[Checking place-content: baseline flex-start]
|
||||
expected: FAIL
|
||||
|
||||
[Checking place-content: safe end space-around]
|
||||
expected: FAIL
|
||||
|
||||
[Checking place-content: flex-start left]
|
||||
expected: FAIL
|
||||
|
||||
[Checking place-content: flex-start end]
|
||||
expected: FAIL
|
||||
|
||||
[Checking place-content: stretch left]
|
||||
expected: FAIL
|
||||
|
||||
[Checking place-content: center left]
|
||||
expected: FAIL
|
||||
|
||||
[Checking place-content: space-between left]
|
||||
expected: FAIL
|
||||
|
||||
[Checking place-content: safe center start]
|
||||
expected: FAIL
|
||||
|
||||
[Checking place-content: safe center flex-end]
|
||||
expected: FAIL
|
||||
|
||||
[Checking place-content: stretch space-between]
|
||||
expected: FAIL
|
||||
|
||||
[Checking place-content: space-between center]
|
||||
expected: FAIL
|
||||
|
||||
[Checking place-content: space-between flex-start]
|
||||
expected: FAIL
|
||||
|
||||
[Checking place-content: safe flex-end flex-end]
|
||||
expected: FAIL
|
||||
|
||||
[Checking place-content: last baseline start]
|
||||
expected: FAIL
|
||||
|
||||
[Checking place-content: last baseline right]
|
||||
expected: FAIL
|
||||
|
||||
[Checking place-content: normal end]
|
||||
expected: FAIL
|
||||
|
||||
[Checking place-content: flex-start flex-end]
|
||||
expected: FAIL
|
||||
|
||||
[Checking place-content: end space-around]
|
||||
expected: FAIL
|
||||
|
||||
[Checking place-content: first baseline space-around]
|
||||
expected: FAIL
|
||||
|
||||
[Checking place-content: flex-end right]
|
||||
expected: FAIL
|
||||
|
||||
[Checking place-content: first baseline space-between]
|
||||
expected: FAIL
|
||||
|
||||
[Checking place-content: safe center center]
|
||||
expected: FAIL
|
||||
|
||||
[Checking place-content: normal left]
|
||||
expected: FAIL
|
||||
|
||||
[Checking place-content: space-around left]
|
||||
expected: FAIL
|
||||
|
||||
[Checking place-content: space-between space-around]
|
||||
expected: FAIL
|
||||
|
||||
[Checking place-content: unsafe end flex-start]
|
||||
expected: FAIL
|
||||
|
||||
[Checking place-content: first baseline space-evenly]
|
||||
expected: FAIL
|
||||
|
||||
[Checking place-content: center flex-start]
|
||||
expected: FAIL
|
||||
|
|
@ -0,0 +1,7 @@
|
|||
[place-content-shorthand-003.html]
|
||||
[Check place-content: initial - align-content expanded value]
|
||||
expected: FAIL
|
||||
|
||||
[Check place-content: initial - justify-content expanded value]
|
||||
expected: FAIL
|
||||
|
|
@ -0,0 +1,22 @@
|
|||
[place-content-shorthand-004.html]
|
||||
[Verify fallback values are invalid]
|
||||
expected: FAIL
|
||||
|
||||
[Verify numeric values are invalid]
|
||||
expected: FAIL
|
||||
|
||||
[Verify 'auto' values are invalid]
|
||||
expected: FAIL
|
||||
|
||||
[Verify self-position values are invalid]
|
||||
expected: FAIL
|
||||
|
||||
[Verify <baseline-position> values are invalid for the justify-content property]
|
||||
expected: FAIL
|
||||
|
||||
[Verify empty declaration is invalid]
|
||||
expected: FAIL
|
||||
|
||||
[Verify 'left' and 'right' values are invalid for block/cross axis alignment]
|
||||
expected: FAIL
|
||||
|
|
@ -0,0 +1,7 @@
|
|||
[place-content-shorthand-005.html]
|
||||
[Check place-content: inherit - align-content resolved value]
|
||||
expected: FAIL
|
||||
|
||||
[Check place-content: inherit - justify-content resolved value]
|
||||
expected: FAIL
|
||||
|
|
@ -0,0 +1,67 @@
|
|||
[place-content-shorthand-006.html]
|
||||
[Checking place-content: center center]
|
||||
expected: FAIL
|
||||
|
||||
[Checking place-content: first baseline right]
|
||||
expected: FAIL
|
||||
|
||||
[Checking place-content: stretch stretch]
|
||||
expected: FAIL
|
||||
|
||||
[Checking place-content: start start]
|
||||
expected: FAIL
|
||||
|
||||
[Checking place-content: space-around space-around]
|
||||
expected: FAIL
|
||||
|
||||
[Checking place-content: first baseline flex-end]
|
||||
expected: FAIL
|
||||
|
||||
[Checking place-content: flex-start flex-start]
|
||||
expected: FAIL
|
||||
|
||||
[Checking place-content: first baseline end]
|
||||
expected: FAIL
|
||||
|
||||
[Checking place-content: normal normal]
|
||||
expected: FAIL
|
||||
|
||||
[Checking place-content: space-between space-between]
|
||||
expected: FAIL
|
||||
|
||||
[Checking place-content: space-evenly space-evenly]
|
||||
expected: FAIL
|
||||
|
||||
[Checking place-content: first baseline stretch]
|
||||
expected: FAIL
|
||||
|
||||
[Checking place-content: first baseline left]
|
||||
expected: FAIL
|
||||
|
||||
[Checking place-content: flex-end flex-end]
|
||||
expected: FAIL
|
||||
|
||||
[Checking place-content: first baseline flex-start]
|
||||
expected: FAIL
|
||||
|
||||
[Checking place-content: end end]
|
||||
expected: FAIL
|
||||
|
||||
[Checking place-content: first baseline start]
|
||||
expected: FAIL
|
||||
|
||||
[Checking place-content: first baseline center]
|
||||
expected: FAIL
|
||||
|
||||
[Checking place-content: first baseline normal]
|
||||
expected: FAIL
|
||||
|
||||
[Checking place-content: first baseline space-around]
|
||||
expected: FAIL
|
||||
|
||||
[Checking place-content: first baseline space-between]
|
||||
expected: FAIL
|
||||
|
||||
[Checking place-content: first baseline space-evenly]
|
||||
expected: FAIL
|
||||
|
|
@ -0,0 +1,2 @@
|
|||
[place-content-shorthand-007.html]
|
||||
expected: FAIL
|
Loading…
Add table
Add a link
Reference in a new issue