mirror of
https://github.com/servo/servo.git
synced 2025-09-18 02:48:20 +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
72
tests/wpt/meta/css/css-grid/parsing/grid-template-columns-computed-implicit-track.html.ini
vendored
Normal file
72
tests/wpt/meta/css/css-grid/parsing/grid-template-columns-computed-implicit-track.html.ini
vendored
Normal file
|
@ -0,0 +1,72 @@
|
|||
[grid-template-columns-computed-implicit-track.html]
|
||||
[Property grid-template-columns value 'none' computes to '10px']
|
||||
expected: FAIL
|
||||
|
||||
[Property grid-template-columns value '1px' computes to '10px 1px']
|
||||
expected: FAIL
|
||||
|
||||
[Property grid-template-columns value '1px [a\]' computes to '10px 1px [a\]']
|
||||
expected: FAIL
|
||||
|
||||
[Property grid-template-columns value '1px [a\] 2px' computes to '10px 1px [a\] 2px']
|
||||
expected: FAIL
|
||||
|
||||
[Property grid-template-columns value '[a\] 1px' computes to '10px [a\] 1px']
|
||||
expected: FAIL
|
||||
|
||||
[Property grid-template-columns value '[a\] 1px [b\]' computes to '10px [a\] 1px [b\]']
|
||||
expected: FAIL
|
||||
|
||||
[Property grid-template-columns value '1px repeat(1, 2px) 3px' computes to '10px 1px 2px 3px']
|
||||
expected: FAIL
|
||||
|
||||
[Property grid-template-columns value '1px repeat(auto-fill, 2px) 3px' computes to '10px 1px 2px 3px']
|
||||
expected: FAIL
|
||||
|
||||
[Property grid-template-columns value '1px repeat(auto-fit, 2px) 3px' computes to '10px 1px 0px 3px']
|
||||
expected: FAIL
|
||||
|
||||
[Property grid-template-columns value '1px [a\] repeat(1, 2px 3px) [b\] 4px' computes to '10px 1px [a\] 2px 3px [b\] 4px']
|
||||
expected: FAIL
|
||||
|
||||
[Property grid-template-columns value '1px [a\] repeat(auto-fill, 2px 3px) [b\] 4px' computes to '10px 1px [a\] 2px 3px [b\] 4px']
|
||||
expected: FAIL
|
||||
|
||||
[Property grid-template-columns value '1px [a\] repeat(auto-fit, 2px 3px) [b\] 4px' computes to '10px 1px [a\] 0px 0px [b\] 4px']
|
||||
expected: FAIL
|
||||
|
||||
[Property grid-template-columns value '1px [a\] repeat(1, [b\] 2px [c\]) [d\] 3px' computes to '10px 1px [a b\] 2px [c d\] 3px']
|
||||
expected: FAIL
|
||||
|
||||
[Property grid-template-columns value '1px [a\] repeat(auto-fill, [b\] 2px [c\]) [d\] 3px' computes to '10px 1px [a b\] 2px [c d\] 3px']
|
||||
expected: FAIL
|
||||
|
||||
[Property grid-template-columns value '1px [a\] repeat(auto-fit, [b\] 2px [c\]) [d\] 3px' computes to '10px 1px [a b\] 0px [c d\] 3px']
|
||||
expected: FAIL
|
||||
|
||||
[Property grid-template-columns value '[a\] 1px repeat(1, 2px [b\] 3px) 4px [d\]' computes to '10px [a\] 1px 2px [b\] 3px 4px [d\]']
|
||||
expected: FAIL
|
||||
|
||||
[Property grid-template-columns value '[a\] 1px repeat(auto-fill, 2px [b\] 3px) 4px [d\]' computes to '10px [a\] 1px 2px [b\] 3px 4px [d\]']
|
||||
expected: FAIL
|
||||
|
||||
[Property grid-template-columns value '[a\] 1px repeat(auto-fit, 2px [b\] 3px) 4px [d\]' computes to '10px [a\] 1px 0px [b\] 0px 4px [d\]']
|
||||
expected: FAIL
|
||||
|
||||
[Property grid-template-columns value '100% [a\] repeat(1, [b\] 200% [c\]) [d\] 300%' computes to '10px 1px [a b\] 2px [c d\] 3px']
|
||||
expected: FAIL
|
||||
|
||||
[Property grid-template-columns value '100% [a\] repeat(auto-fill, [b\] 200% [c\]) [d\] 300%' computes to '10px 1px [a b\] 2px [c d\] 3px']
|
||||
expected: FAIL
|
||||
|
||||
[Property grid-template-columns value '100% [a\] repeat(auto-fit, [b\] 200% [c\]) [d\] 300%' computes to '10px 1px [a b\] 0px [c d\] 3px']
|
||||
expected: FAIL
|
||||
|
||||
[Property grid-template-columns value '[a\] 1em repeat(1, 2em [b\] 3em) 4em [d\]' computes to '10px [a\] 1px 2px [b\] 3px 4px [d\]']
|
||||
expected: FAIL
|
||||
|
||||
[Property grid-template-columns value '[a\] 1em repeat(auto-fill, 2em [b\] 3em) 4em [d\]' computes to '10px [a\] 1px 2px [b\] 3px 4px [d\]']
|
||||
expected: FAIL
|
||||
|
||||
[Property grid-template-columns value '[a\] 1em repeat(auto-fit, 2em [b\] 3em) 4em [d\]' computes to '10px [a\] 1px 0px [b\] 0px 4px [d\]']
|
||||
expected: FAIL
|
Loading…
Add table
Add a link
Reference in a new issue