mirror of
https://github.com/servo/servo.git
synced 2025-08-23 14:25:33 +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,4 @@
|
|||
[column-gap-animation-001.html]
|
||||
[column-gap is interpolable]
|
||||
expected: FAIL
|
||||
|
|
@ -0,0 +1,4 @@
|
|||
[column-gap-animation-002.html]
|
||||
[column-gap: normal is not interpolable]
|
||||
expected: FAIL
|
||||
|
|
@ -0,0 +1,4 @@
|
|||
[column-gap-animation-003.html]
|
||||
[Default column-gap is not interpolable]
|
||||
expected: FAIL
|
||||
|
|
@ -0,0 +1,52 @@
|
|||
[column-gap-parsing-001.html]
|
||||
[column-gap with multiple values is invalid]
|
||||
expected: FAIL
|
||||
|
||||
[Resolution column-gap is invalid]
|
||||
expected: FAIL
|
||||
|
||||
[column-gap accepts calc() mixing fixed and percentage values]
|
||||
expected: FAIL
|
||||
|
||||
[column-gap is inheritable]
|
||||
expected: FAIL
|
||||
|
||||
[Initial inherited column-gap is 'normal']
|
||||
expected: FAIL
|
||||
|
||||
[column-gap accepts calc()]
|
||||
expected: FAIL
|
||||
|
||||
['none' column-gap is invalid]
|
||||
expected: FAIL
|
||||
|
||||
[column-gap accepts em]
|
||||
expected: FAIL
|
||||
|
||||
[Negative column-gap is invalid]
|
||||
expected: FAIL
|
||||
|
||||
[Initial column-gap is 'normal' 2]
|
||||
expected: FAIL
|
||||
|
||||
[Time column-gap is invalid]
|
||||
expected: FAIL
|
||||
|
||||
[Default column-gap is 'normal']
|
||||
expected: FAIL
|
||||
|
||||
[Initial column-gap is 'normal']
|
||||
expected: FAIL
|
||||
|
||||
[Angle column-gap is invalid]
|
||||
expected: FAIL
|
||||
|
||||
['max-content' column-gap is invalid]
|
||||
expected: FAIL
|
||||
|
||||
[column-gap accepts percentage]
|
||||
expected: FAIL
|
||||
|
||||
[column-gap accepts pixels]
|
||||
expected: FAIL
|
||||
|
|
@ -0,0 +1,4 @@
|
|||
[gap-animation-001.html]
|
||||
[gap is interpolable]
|
||||
expected: FAIL
|
||||
|
|
@ -0,0 +1,4 @@
|
|||
[gap-animation-002.html]
|
||||
[gap: normal is not interpolable]
|
||||
expected: FAIL
|
||||
|
|
@ -0,0 +1,4 @@
|
|||
[gap-animation-003.html]
|
||||
[Default gap is not interpolable]
|
||||
expected: FAIL
|
||||
|
|
@ -0,0 +1,4 @@
|
|||
[gap-animation-004.html]
|
||||
[gap is interpolable]
|
||||
expected: FAIL
|
||||
|
|
@ -0,0 +1,19 @@
|
|||
[gap-normal-computed-001.html]
|
||||
[row-gap:normal computes to normal on grid]
|
||||
expected: FAIL
|
||||
|
||||
[colum-gap:normal (main axis) computes to normal on flexbox]
|
||||
expected: FAIL
|
||||
|
||||
[colum-gap:normal computes to normal on multicol elements]
|
||||
expected: FAIL
|
||||
|
||||
[row-gap:normal computes to normal on multicol elements]
|
||||
expected: FAIL
|
||||
|
||||
[row-gap:normal (cross axis) computes to normal on flexbox]
|
||||
expected: FAIL
|
||||
|
||||
[colum-gap:normal computes to normal on grid]
|
||||
expected: FAIL
|
||||
|
|
@ -0,0 +1,2 @@
|
|||
[gap-normal-used-001.html]
|
||||
expected: FAIL
|
|
@ -0,0 +1,73 @@
|
|||
[gap-parsing-001.html]
|
||||
[gap accepts percentage]
|
||||
expected: FAIL
|
||||
|
||||
[gap accepts em 2]
|
||||
expected: FAIL
|
||||
|
||||
[gap with slash is invalid]
|
||||
expected: FAIL
|
||||
|
||||
[gap is inheritable]
|
||||
expected: FAIL
|
||||
|
||||
[gap with three values is invalid]
|
||||
expected: FAIL
|
||||
|
||||
[Initial inherited gap is 'normal']
|
||||
expected: FAIL
|
||||
|
||||
[Angle gap is invalid]
|
||||
expected: FAIL
|
||||
|
||||
[Default gap is 'normal']
|
||||
expected: FAIL
|
||||
|
||||
[gap accepts percentage 2]
|
||||
expected: FAIL
|
||||
|
||||
[Initial gap is 'normal']
|
||||
expected: FAIL
|
||||
|
||||
[gap accepts em]
|
||||
expected: FAIL
|
||||
|
||||
[gap accepts pixels 2]
|
||||
expected: FAIL
|
||||
|
||||
[gap accepts pixels]
|
||||
expected: FAIL
|
||||
|
||||
[gap accepts calc() mixing fixed and percentage values]
|
||||
expected: FAIL
|
||||
|
||||
[Resolution gap is invalid]
|
||||
expected: FAIL
|
||||
|
||||
[gap accepts calc()]
|
||||
expected: FAIL
|
||||
|
||||
[Initial gap is 'normal' 2]
|
||||
expected: FAIL
|
||||
|
||||
[gap accepts calc() 2]
|
||||
expected: FAIL
|
||||
|
||||
[Negative gap is invalid]
|
||||
expected: FAIL
|
||||
|
||||
['max-content' gap is invalid]
|
||||
expected: FAIL
|
||||
|
||||
[Time gap is invalid]
|
||||
expected: FAIL
|
||||
|
||||
['none' gap is invalid]
|
||||
expected: FAIL
|
||||
|
||||
[gap with one wrong value is invalid]
|
||||
expected: FAIL
|
||||
|
||||
[gap accepts pixels combined with percentage]
|
||||
expected: FAIL
|
||||
|
|
@ -0,0 +1,52 @@
|
|||
[grid-column-gap-parsing-001.html]
|
||||
['none' grid-column-gap is invalid]
|
||||
expected: FAIL
|
||||
|
||||
[Angle grid-column-gap is invalid]
|
||||
expected: FAIL
|
||||
|
||||
[Resolution grid-column-gap is invalid]
|
||||
expected: FAIL
|
||||
|
||||
[grid-column-gap is inheritable]
|
||||
expected: FAIL
|
||||
|
||||
[Negative grid-column-gap is invalid]
|
||||
expected: FAIL
|
||||
|
||||
[grid-column-gap accepts pixels]
|
||||
expected: FAIL
|
||||
|
||||
[grid-column-gap accepts em]
|
||||
expected: FAIL
|
||||
|
||||
[Initial grid-column-gap is 'normal' 2]
|
||||
expected: FAIL
|
||||
|
||||
['max-content' grid-column-gap is invalid]
|
||||
expected: FAIL
|
||||
|
||||
[grid-column-gap with multiple values is invalid]
|
||||
expected: FAIL
|
||||
|
||||
[Initial grid-column-gap is 'normal']
|
||||
expected: FAIL
|
||||
|
||||
[Initial inherited grid-column-gap is 'normal']
|
||||
expected: FAIL
|
||||
|
||||
[grid-column-gap accepts percentage]
|
||||
expected: FAIL
|
||||
|
||||
[Default grid-column-gap is 'normal']
|
||||
expected: FAIL
|
||||
|
||||
[Time grid-column-gap is invalid]
|
||||
expected: FAIL
|
||||
|
||||
[grid-column-gap accepts calc() mixing fixed and percentage values]
|
||||
expected: FAIL
|
||||
|
||||
[grid-column-gap accepts calc()]
|
||||
expected: FAIL
|
||||
|
|
@ -0,0 +1,73 @@
|
|||
[grid-gap-parsing-001.html]
|
||||
[grid-gap accepts em 2]
|
||||
expected: FAIL
|
||||
|
||||
[grid-gap accepts em]
|
||||
expected: FAIL
|
||||
|
||||
[grid-gap accepts pixels 2]
|
||||
expected: FAIL
|
||||
|
||||
[Initial grid-gap is 'normal' 2]
|
||||
expected: FAIL
|
||||
|
||||
[grid-gap with slash is invalid]
|
||||
expected: FAIL
|
||||
|
||||
[grid-gap accepts pixels]
|
||||
expected: FAIL
|
||||
|
||||
[grid-gap accepts calc() 2]
|
||||
expected: FAIL
|
||||
|
||||
[Default grid-gap is 'normal']
|
||||
expected: FAIL
|
||||
|
||||
[grid-gap accepts pixels combined with percentage]
|
||||
expected: FAIL
|
||||
|
||||
[grid-gap accepts percentage]
|
||||
expected: FAIL
|
||||
|
||||
[Initial inherited grid-gap is 'normal']
|
||||
expected: FAIL
|
||||
|
||||
[grid-gap accepts percentage 2]
|
||||
expected: FAIL
|
||||
|
||||
[Resolution grid-gap is invalid]
|
||||
expected: FAIL
|
||||
|
||||
[grid-gap with three values is invalid]
|
||||
expected: FAIL
|
||||
|
||||
[Negative grid-gap is invalid]
|
||||
expected: FAIL
|
||||
|
||||
[Angle grid-gap is invalid]
|
||||
expected: FAIL
|
||||
|
||||
[grid-gap accepts calc()]
|
||||
expected: FAIL
|
||||
|
||||
[Time grid-gap is invalid]
|
||||
expected: FAIL
|
||||
|
||||
[grid-gap accepts calc() mixing fixed and percentage values]
|
||||
expected: FAIL
|
||||
|
||||
[grid-gap with one wrong value is invalid]
|
||||
expected: FAIL
|
||||
|
||||
['max-content' grid-gap is invalid]
|
||||
expected: FAIL
|
||||
|
||||
[Initial grid-gap is 'normal']
|
||||
expected: FAIL
|
||||
|
||||
[grid-gap is inheritable]
|
||||
expected: FAIL
|
||||
|
||||
['none' grid-gap is invalid]
|
||||
expected: FAIL
|
||||
|
|
@ -0,0 +1,52 @@
|
|||
[grid-row-gap-parsing-001.html]
|
||||
[Negative grid-row-gap is invalid]
|
||||
expected: FAIL
|
||||
|
||||
['max-content' grid-row-gap is invalid]
|
||||
expected: FAIL
|
||||
|
||||
[Time grid-row-gap is invalid]
|
||||
expected: FAIL
|
||||
|
||||
[grid-row-gap accepts calc() mixing fixed and percentage values]
|
||||
expected: FAIL
|
||||
|
||||
[Resolution grid-row-gap is invalid]
|
||||
expected: FAIL
|
||||
|
||||
[grid-row-gap accepts percentage]
|
||||
expected: FAIL
|
||||
|
||||
[Initial inherited grid-row-gap is 'normal']
|
||||
expected: FAIL
|
||||
|
||||
['none' grid-row-gap is invalid]
|
||||
expected: FAIL
|
||||
|
||||
[Default grid-row-gap is 'normal']
|
||||
expected: FAIL
|
||||
|
||||
[grid-row-gap is inheritable]
|
||||
expected: FAIL
|
||||
|
||||
[grid-row-gap accepts pixels]
|
||||
expected: FAIL
|
||||
|
||||
[grid-row-gap with multiple values is invalid]
|
||||
expected: FAIL
|
||||
|
||||
[grid-row-gap accepts calc()]
|
||||
expected: FAIL
|
||||
|
||||
[Angle grid-row-gap is invalid]
|
||||
expected: FAIL
|
||||
|
||||
[grid-row-gap accepts em]
|
||||
expected: FAIL
|
||||
|
||||
[Initial grid-row-gap is 'normal']
|
||||
expected: FAIL
|
||||
|
||||
[Initial grid-row-gap is 'normal' 2]
|
||||
expected: FAIL
|
||||
|
|
@ -0,0 +1,4 @@
|
|||
[row-gap-animation-001.html]
|
||||
[row-gap is interpolable]
|
||||
expected: FAIL
|
||||
|
|
@ -0,0 +1,4 @@
|
|||
[row-gap-animation-002.html]
|
||||
[row-gap: normal is not interpolable]
|
||||
expected: FAIL
|
||||
|
|
@ -0,0 +1,4 @@
|
|||
[row-gap-animation-003.html]
|
||||
[Default row-gap is not interpolable]
|
||||
expected: FAIL
|
||||
|
|
@ -0,0 +1,52 @@
|
|||
[row-gap-parsing-001.html]
|
||||
[row-gap accepts percentage]
|
||||
expected: FAIL
|
||||
|
||||
[row-gap with multiple values is invalid]
|
||||
expected: FAIL
|
||||
|
||||
[row-gap accepts calc()]
|
||||
expected: FAIL
|
||||
|
||||
[Default row-gap is 'normal']
|
||||
expected: FAIL
|
||||
|
||||
[Resolution row-gap is invalid]
|
||||
expected: FAIL
|
||||
|
||||
['max-content' row-gap is invalid]
|
||||
expected: FAIL
|
||||
|
||||
[row-gap accepts calc() mixing fixed and percentage values]
|
||||
expected: FAIL
|
||||
|
||||
[Negative row-gap is invalid]
|
||||
expected: FAIL
|
||||
|
||||
[row-gap accepts pixels]
|
||||
expected: FAIL
|
||||
|
||||
[Initial inherited row-gap is 'normal']
|
||||
expected: FAIL
|
||||
|
||||
['none' row-gap is invalid]
|
||||
expected: FAIL
|
||||
|
||||
[row-gap accepts em]
|
||||
expected: FAIL
|
||||
|
||||
[Initial row-gap is 'normal']
|
||||
expected: FAIL
|
||||
|
||||
[row-gap is inheritable]
|
||||
expected: FAIL
|
||||
|
||||
[Angle row-gap is invalid]
|
||||
expected: FAIL
|
||||
|
||||
[Initial row-gap is 'normal' 2]
|
||||
expected: FAIL
|
||||
|
||||
[Time row-gap is invalid]
|
||||
expected: FAIL
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue