mirror of
https://github.com/servo/servo.git
synced 2025-10-01 00:59:15 +01:00
Enable css-grid WPT tests (#34052)
* Enable css-grid WPT tests Signed-off-by: Nico Burns <nico@nicoburns.com> * Add assertions for css-grid WPT tests Signed-off-by: Nico Burns <nico@nicoburns.com> * Add test assertions Signed-off-by: Nico Burns <nico@nicoburns.com> * Allow for timeouts Signed-off-by: Nico Burns <nico@nicoburns.com> --------- Signed-off-by: Nico Burns <nico@nicoburns.com>
This commit is contained in:
parent
1891c5cfaf
commit
635c10a941
1041 changed files with 33645 additions and 2 deletions
240
tests/wpt/meta/css/css-grid/grid-definition/grid-support-named-grid-lines-001.html.ini
vendored
Normal file
240
tests/wpt/meta/css/css-grid/grid-definition/grid-support-named-grid-lines-001.html.ini
vendored
Normal file
|
@ -0,0 +1,240 @@
|
|||
[grid-support-named-grid-lines-001.html]
|
||||
['emptyGrid' with: grid-template-columns: [first\] auto [last\]; and grid-template-rows: [first\] auto [last\];]
|
||||
expected: FAIL
|
||||
|
||||
['grid' with: grid-template-columns: [first\] auto [last\]; and grid-template-rows: [first\] auto [last\];]
|
||||
expected: FAIL
|
||||
|
||||
['emptyGrid' with: grid-template-columns: [F1rst-L1_n3\] auto [L4st-L1_n3\]; and grid-template-rows: [F1rst-L1_n3\] auto [L4st-L1_n3\];]
|
||||
expected: FAIL
|
||||
|
||||
['grid' with: grid-template-columns: [F1rst-L1_n3\] auto [L4st-L1_n3\]; and grid-template-rows: [F1rst-L1_n3\] auto [L4st-L1_n3\];]
|
||||
expected: FAIL
|
||||
|
||||
['emptyGrid' with: grid-template-columns: [\] auto [ \]; and grid-template-rows: [ \] auto [\];]
|
||||
expected: FAIL
|
||||
|
||||
['grid' with: grid-template-columns: [\] auto [ \]; and grid-template-rows: [ \] auto [\];]
|
||||
expected: FAIL
|
||||
|
||||
['emptyGrid' with: grid-template-columns: [first\] auto; and grid-template-rows: [first\] auto;]
|
||||
expected: FAIL
|
||||
|
||||
['grid' with: grid-template-columns: [first\] auto; and grid-template-rows: [first\] auto;]
|
||||
expected: FAIL
|
||||
|
||||
['emptyGrid' with: grid-template-columns: auto [last\]; and grid-template-rows: auto [last\];]
|
||||
expected: FAIL
|
||||
|
||||
['grid' with: grid-template-columns: auto [last\]; and grid-template-rows: auto [last\];]
|
||||
expected: FAIL
|
||||
|
||||
['emptyGrid' with: grid-template-columns: [line\] auto [line\]; and grid-template-rows: [line\] auto [line\];]
|
||||
expected: FAIL
|
||||
|
||||
['grid' with: grid-template-columns: [line\] auto [line\]; and grid-template-rows: [line\] auto [line\];]
|
||||
expected: FAIL
|
||||
|
||||
['emptyGrid' with: grid-template-columns: [first line\] auto [last line\]; and grid-template-rows: [first line\] auto [last line\];]
|
||||
expected: FAIL
|
||||
|
||||
['grid' with: grid-template-columns: [first line\] auto [last line\]; and grid-template-rows: [first line\] auto [last line\];]
|
||||
expected: FAIL
|
||||
|
||||
['emptyGrid' with: grid-template-columns: [a\] auto [b\] auto [c\]; and grid-template-rows: [a\] auto [b\] auto [c\];]
|
||||
expected: FAIL
|
||||
|
||||
['grid' with: grid-template-columns: [a\] auto [b\] auto [c\]; and grid-template-rows: [a\] auto [b\] auto [c\];]
|
||||
expected: FAIL
|
||||
|
||||
['emptyGrid' with: grid-template-columns: auto [b\] auto [c\]; and grid-template-rows: auto [b\] auto [c\];]
|
||||
expected: FAIL
|
||||
|
||||
['grid' with: grid-template-columns: auto [b\] auto [c\]; and grid-template-rows: auto [b\] auto [c\];]
|
||||
expected: FAIL
|
||||
|
||||
['emptyGrid' with: grid-template-columns: [a\] auto auto [c\]; and grid-template-rows: [a\] auto auto [c\];]
|
||||
expected: FAIL
|
||||
|
||||
['grid' with: grid-template-columns: [a\] auto auto [c\]; and grid-template-rows: [a\] auto auto [c\];]
|
||||
expected: FAIL
|
||||
|
||||
['emptyGrid' with: grid-template-columns: [a\] auto [b\] auto; and grid-template-rows: [a\] auto [b\] auto;]
|
||||
expected: FAIL
|
||||
|
||||
['grid' with: grid-template-columns: [a\] auto [b\] auto; and grid-template-rows: [a\] auto [b\] auto;]
|
||||
expected: FAIL
|
||||
|
||||
['emptyGrid' with: grid-template-columns: [a\] auto auto; and grid-template-rows: [a\] auto auto;]
|
||||
expected: FAIL
|
||||
|
||||
['grid' with: grid-template-columns: [a\] auto auto; and grid-template-rows: [a\] auto auto;]
|
||||
expected: FAIL
|
||||
|
||||
['emptyGrid' with: grid-template-columns: auto [b\] auto; and grid-template-rows: auto [b\] auto;]
|
||||
expected: FAIL
|
||||
|
||||
['grid' with: grid-template-columns: auto [b\] auto; and grid-template-rows: auto [b\] auto;]
|
||||
expected: FAIL
|
||||
|
||||
['emptyGrid' with: grid-template-columns: auto auto [c\]; and grid-template-rows: auto auto [c\];]
|
||||
expected: FAIL
|
||||
|
||||
['grid' with: grid-template-columns: auto auto [c\]; and grid-template-rows: auto auto [c\];]
|
||||
expected: FAIL
|
||||
|
||||
['emptyGrid' with: grid-template-columns: [a\] auto [a\] auto [a\]; and grid-template-rows: [a\] auto [a\] auto [a\];]
|
||||
expected: FAIL
|
||||
|
||||
['grid' with: grid-template-columns: [a\] auto [a\] auto [a\]; and grid-template-rows: [a\] auto [a\] auto [a\];]
|
||||
expected: FAIL
|
||||
|
||||
['emptyGrid' with: grid-template-columns: [a b c\] auto [a b c\] auto [a b c\]; and grid-template-rows: [a b c\] auto [a b c\] auto [a b c\];]
|
||||
expected: FAIL
|
||||
|
||||
['grid' with: grid-template-columns: [a b c\] auto [a b c\] auto [a b c\]; and grid-template-rows: [a b c\] auto [a b c\] auto [a b c\];]
|
||||
expected: FAIL
|
||||
|
||||
['emptyGrid' with: grid-template-columns: [a\] 40em [b\] 100px [c\] 15% [d\]; and grid-template-rows: [z\] 50px [y\] 20em [x\] 10% [w\];]
|
||||
expected: FAIL
|
||||
|
||||
['grid' with: grid-template-columns: [a\] 40em [b\] 100px [c\] 15% [d\]; and grid-template-rows: [z\] 50px [y\] 20em [x\] 10% [w\];]
|
||||
expected: FAIL
|
||||
|
||||
['emptyGrid' with: grid-template-columns: [a\] 200px [b\] 1fr [c\]; and grid-template-rows: [z\] 1fr [y\] 100px [x\];]
|
||||
expected: FAIL
|
||||
|
||||
['grid' with: grid-template-columns: [a\] 200px [b\] 1fr [c\]; and grid-template-rows: [z\] 1fr [y\] 100px [x\];]
|
||||
expected: FAIL
|
||||
|
||||
['emptyGrid' with: grid-template-columns: [a\] min-content [b\] 1fr [c\] calc(20px + 10%) [d\] minmax(30em, 50em) [e\]; and grid-template-rows: [z\] min-content [y\] 1fr [x\] calc(10% + 40px) [w\] minmax(3em, 5em) [v\];]
|
||||
expected: FAIL
|
||||
|
||||
['grid' with: grid-template-columns: [a\] min-content [b\] 1fr [c\] calc(20px + 10%) [d\] minmax(30em, 50em) [e\]; and grid-template-rows: [z\] min-content [y\] 1fr [x\] calc(10% + 40px) [w\] minmax(3em, 5em) [v\];]
|
||||
expected: FAIL
|
||||
|
||||
['emptyGrid' with: grid-template-columns: [a\]; and grid-template-rows: [a\];]
|
||||
expected: FAIL
|
||||
|
||||
['grid' with: grid-template-columns: [a\]; and grid-template-rows: [a\];]
|
||||
expected: FAIL
|
||||
|
||||
['emptyGrid' with: grid-template-columns: [a b\]; and grid-template-rows: [a b\];]
|
||||
expected: FAIL
|
||||
|
||||
['grid' with: grid-template-columns: [a b\]; and grid-template-rows: [a b\];]
|
||||
expected: FAIL
|
||||
|
||||
['emptyGrid' with: grid-template-columns: [a\] none [b\]; and grid-template-rows: [a\] none [b\];]
|
||||
expected: FAIL
|
||||
|
||||
['grid' with: grid-template-columns: [a\] none [b\]; and grid-template-rows: [a\] none [b\];]
|
||||
expected: FAIL
|
||||
|
||||
['emptyGrid' with: grid-template-columns: [a\] [b\]; and grid-template-rows: [a\] [b\];]
|
||||
expected: FAIL
|
||||
|
||||
['grid' with: grid-template-columns: [a\] [b\]; and grid-template-rows: [a\] [b\];]
|
||||
expected: FAIL
|
||||
|
||||
['emptyGrid' with: grid-template-columns: a auto b; and grid-template-rows: a auto b;]
|
||||
expected: FAIL
|
||||
|
||||
['grid' with: grid-template-columns: a auto b; and grid-template-rows: a auto b;]
|
||||
expected: FAIL
|
||||
|
||||
['emptyGrid' with: grid-template-columns: (a) auto (b); and grid-template-rows: (a) auto (b);]
|
||||
expected: FAIL
|
||||
|
||||
['grid' with: grid-template-columns: (a) auto (b); and grid-template-rows: (a) auto (b);]
|
||||
expected: FAIL
|
||||
|
||||
['emptyGrid' with: grid-template-columns: 'a' auto 'b'; and grid-template-rows: 'a' auto 'b';]
|
||||
expected: FAIL
|
||||
|
||||
['grid' with: grid-template-columns: 'a' auto 'b'; and grid-template-rows: 'a' auto 'b';]
|
||||
expected: FAIL
|
||||
|
||||
['emptyGrid' with: grid-template-columns: "a" auto "b"; and grid-template-rows: "a" auto "b";]
|
||||
expected: FAIL
|
||||
|
||||
['grid' with: grid-template-columns: "a" auto "b"; and grid-template-rows: "a" auto "b";]
|
||||
expected: FAIL
|
||||
|
||||
['emptyGrid' with: grid-template-columns: [a, b\] auto [a, b\]; and grid-template-rows: [a, b\] auto [a, b\];]
|
||||
expected: FAIL
|
||||
|
||||
['grid' with: grid-template-columns: [a, b\] auto [a, b\]; and grid-template-rows: [a, b\] auto [a, b\];]
|
||||
expected: FAIL
|
||||
|
||||
['emptyGrid' with: grid-template-columns: [a\] [b\] auto [c d\] [e\]; and grid-template-rows: [a\] [b\] auto [c d\] [e\];]
|
||||
expected: FAIL
|
||||
|
||||
['grid' with: grid-template-columns: [a\] [b\] auto [c d\] [e\]; and grid-template-rows: [a\] [b\] auto [c d\] [e\];]
|
||||
expected: FAIL
|
||||
|
||||
['emptyGrid' with: grid-template-columns: [a [b\]\] auto [c\]; and grid-template-rows: [a [b\]\] auto [c\];]
|
||||
expected: FAIL
|
||||
|
||||
['grid' with: grid-template-columns: [a [b\]\] auto [c\]; and grid-template-rows: [a [b\]\] auto [c\];]
|
||||
expected: FAIL
|
||||
|
||||
['emptyGrid' with: grid-template-columns: [a\] auto [[b\]\]; and grid-template-rows: [a\] auto [[b\]\];]
|
||||
expected: FAIL
|
||||
|
||||
['grid' with: grid-template-columns: [a\] auto [[b\]\]; and grid-template-rows: [a\] auto [[b\]\];]
|
||||
expected: FAIL
|
||||
|
||||
['emptyGrid' with: grid-template-columns: [a auto [b\]; and grid-template-rows: [a auto [b\];]
|
||||
expected: FAIL
|
||||
|
||||
['grid' with: grid-template-columns: [a auto [b\]; and grid-template-rows: [a auto [b\];]
|
||||
expected: FAIL
|
||||
|
||||
['emptyGrid' with: grid-template-columns: [a 100px\] auto [b\]; and grid-template-rows: [a 100px\] auto [b\];]
|
||||
expected: FAIL
|
||||
|
||||
['grid' with: grid-template-columns: [a 100px\] auto [b\]; and grid-template-rows: [a 100px\] auto [b\];]
|
||||
expected: FAIL
|
||||
|
||||
['emptyGrid' with: grid-template-columns: [a 50%\] auto [b\]; and grid-template-rows: [a 50%\] auto [b\];]
|
||||
expected: FAIL
|
||||
|
||||
['grid' with: grid-template-columns: [a 50%\] auto [b\]; and grid-template-rows: [a 50%\] auto [b\];]
|
||||
expected: FAIL
|
||||
|
||||
['emptyGrid' with: grid-template-columns: [5\] auto [10\]; and grid-template-rows: [5\] auto [10\];]
|
||||
expected: FAIL
|
||||
|
||||
['grid' with: grid-template-columns: [5\] auto [10\]; and grid-template-rows: [5\] auto [10\];]
|
||||
expected: FAIL
|
||||
|
||||
['emptyGrid' with: grid-template-columns: [a.\] auto [b*\]; and grid-template-rows: [a.\] auto [b*\];]
|
||||
expected: FAIL
|
||||
|
||||
['grid' with: grid-template-columns: [a.\] auto [b*\]; and grid-template-rows: [a.\] auto [b*\];]
|
||||
expected: FAIL
|
||||
|
||||
['emptyGrid' with: grid-template-columns: [#a\] auto [$b\]; and grid-template-rows: [#a\] auto [$b\];]
|
||||
expected: FAIL
|
||||
|
||||
['grid' with: grid-template-columns: [#a\] auto [$b\]; and grid-template-rows: [#a\] auto [$b\];]
|
||||
expected: FAIL
|
||||
|
||||
['emptyGrid' with: grid-template-columns: [initial\] auto; and grid-template-rows: [initial\] auto;]
|
||||
expected: FAIL
|
||||
|
||||
['grid' with: grid-template-columns: [initial\] auto; and grid-template-rows: [initial\] auto;]
|
||||
expected: FAIL
|
||||
|
||||
['emptyGrid' with: grid-template-columns: [inherit\] auto; and grid-template-rows: [inherit\] auto;]
|
||||
expected: FAIL
|
||||
|
||||
['grid' with: grid-template-columns: [inherit\] auto; and grid-template-rows: [inherit\] auto;]
|
||||
expected: FAIL
|
||||
|
||||
['emptyGrid' with: grid-template-columns: [default\] auto; and grid-template-rows: [default\] auto;]
|
||||
expected: FAIL
|
||||
|
||||
['grid' with: grid-template-columns: [default\] auto; and grid-template-rows: [default\] auto;]
|
||||
expected: FAIL
|
Loading…
Add table
Add a link
Reference in a new issue