mirror of
https://github.com/servo/servo.git
synced 2025-08-18 03:45:33 +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
51
tests/wpt/meta/css/css-grid/parsing/grid-template-repeat-auto-computed-withcontent-002.html.ini
vendored
Normal file
51
tests/wpt/meta/css/css-grid/parsing/grid-template-repeat-auto-computed-withcontent-002.html.ini
vendored
Normal file
|
@ -0,0 +1,51 @@
|
|||
[grid-template-repeat-auto-computed-withcontent-002.html]
|
||||
[Property grid-template-rows value '[a\] 1px [b\] 2px [c d\] repeat(auto-fit, [e f\] 3px [g\] 4px [h\] 5px [i j\]) [k\] 7px [k\] 8px [l m\]' gridRow = 3]
|
||||
expected: FAIL
|
||||
|
||||
[Property grid-template-rows value '[a\] 1px [b\] 2px [c d\] repeat(auto-fit, [e f\] 3px [g\] 4px [h\] 5px [i j\]) [k\] 7px [k\] 8px [l m\]' gridRow = 5]
|
||||
expected: FAIL
|
||||
|
||||
[Property grid-template-rows value '[a\] 1px [b\] 2px [c d\] repeat(auto-fit, [e f\] 3px [g\] 4px [h\] 5px [i j\]) [k\] 7px [k\] 8px [l m\]' gridRow = 3 / 8]
|
||||
expected: FAIL
|
||||
|
||||
[Property grid-template-rows value '[a\] 1px [b\] 2px [c d\] repeat(auto-fit, [e f\] 3px [g\] 4px [h\] 5px [i j\]) [k\] 7px [k\] 8px [l m\]' gridRow = 4 / span 2]
|
||||
expected: FAIL
|
||||
|
||||
[Property grid-template-rows value '[a\] 1px [b\] 2px [c d\] repeat(auto-fit, [e f\] 3px [g\] 4px [h\] 5px [i j\]) [k\] 7px [k\] 8px [l m\]' gridRow = 4 / 5]
|
||||
expected: FAIL
|
||||
|
||||
[Property grid-template-columns value '[a\] 1px [b\] 2px [c d\] repeat(auto-fit, [e f\] 3px [g\] 4px [h\] 5px [i j\]) [k\] 7px [k\] 8px [l m\]' gridColumn = 3]
|
||||
expected: FAIL
|
||||
|
||||
[Property grid-template-columns value '[a\] 1px [b\] 2px [c d\] repeat(auto-fit, [e f\] 3px [g\] 4px [h\] 5px [i j\]) [k\] 7px [k\] 8px [l m\]' gridColumn = 6]
|
||||
expected: FAIL
|
||||
|
||||
[Property grid-template-columns value '[a\] 1px [b\] 2px [c d\] repeat(auto-fit, [e f\] 3px [g\] 4px [h\] 5px [i j\]) [k\] 7px [k\] 8px [l m\]' gridColumn = 3 / 8]
|
||||
expected: FAIL
|
||||
|
||||
[Property grid-template-columns value '[a\] 1px [b\] 2px [c d\] repeat(auto-fit, [e f\] 3px [g\] 4px [h\] 5px [i j\]) [k\] 7px [k\] 8px [l m\]' gridColumn = 5 / span 2]
|
||||
expected: FAIL
|
||||
|
||||
[Property grid-template-columns value '[a\] 1px [b\] 2px [c d\] repeat(auto-fit, [e f\] 3px [g\] 4px [h\] 5px [i j\]) [k\] 7px [k\] 8px [l m\]' gridColumn = 7 / span 2]
|
||||
expected: FAIL
|
||||
|
||||
[Property grid-template-columns value '[a\] 1px [b\] 2px [c d\] repeat(auto-fit, [e f\] 3px [g\] 4px [h\] 5px [i j\]) [k\] 7px [k\] 8px [l m\]' gridColumn = 5 / 8]
|
||||
expected: FAIL
|
||||
|
||||
[Property grid-template-columns value '[a\] 1px [b\] 2px [c d\] repeat(auto-fit, [e f\] 3px [g\] 4px [h\] 5px [i j\]) [k\] 7px [k\] 8px [l m\]' gridColumn = 8 / 10]
|
||||
expected: FAIL
|
||||
|
||||
[Property grid-template-columns value '[a\] 1px [b\] 2px [c d\] repeat(auto-fit, [e f\] 3px [g\] 4px [h\]) [i j\] 7px [k\] 8px [l m\]' gridColumn = 3]
|
||||
expected: FAIL
|
||||
|
||||
[Property grid-template-columns value '[a\] 1px [b\] 2px [c d\] repeat(auto-fit, [e f\] 3px [g\] 4px [h\]) [i j\] 7px [k\] 8px [l m\]' gridColumn = 6]
|
||||
expected: FAIL
|
||||
|
||||
[Property grid-template-columns value '[a\] 1px [b\] 2px [c d\] repeat(auto-fit, [e f\] 3px [g\] 4px [h\]) [i j\] 7px [k\] 8px [l m\]' gridColumn = 3 / 8]
|
||||
expected: FAIL
|
||||
|
||||
[Property grid-template-columns value '[a\] 1px [b\] 2px [c d\] repeat(auto-fit, [e f\] 3px [g\] 4px [h\]) [i j\] 7px [k\] 8px [l m\]' gridColumn = 6 / span 2]
|
||||
expected: FAIL
|
||||
|
||||
[Property grid-template-columns value '[a\] 1px [b\] 2px [c d\] repeat(auto-fit, [e f\] 3px [g\] 4px [h\]) [i j\] 7px [k\] 8px [l m\]' gridColumn = 5 / 10]
|
||||
expected: FAIL
|
Loading…
Add table
Add a link
Reference in a new issue