mirror of
https://github.com/servo/servo.git
synced 2025-09-30 08:39:16 +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
90
tests/wpt/meta/css/css-grid/parsing/grid-area-computed.html.ini
vendored
Normal file
90
tests/wpt/meta/css/css-grid/parsing/grid-area-computed.html.ini
vendored
Normal file
|
@ -0,0 +1,90 @@
|
|||
[grid-area-computed.html]
|
||||
[Property grid-area value 'auto / auto / auto / auto']
|
||||
expected: FAIL
|
||||
|
||||
[Property grid-row value 'auto / auto']
|
||||
expected: FAIL
|
||||
|
||||
[Property grid-column-end value 'auto']
|
||||
expected: FAIL
|
||||
|
||||
[Property grid-row value '-zπ']
|
||||
expected: FAIL
|
||||
|
||||
[Property grid-row-start value 'AZ']
|
||||
expected: FAIL
|
||||
|
||||
[Property grid-column-start value '-_π']
|
||||
expected: FAIL
|
||||
|
||||
[Property grid-row-end value '_9']
|
||||
expected: FAIL
|
||||
|
||||
[Property grid-area value '1 / 90 -a- / auto / auto']
|
||||
expected: FAIL
|
||||
|
||||
[Property grid-row value '2 az / auto']
|
||||
expected: FAIL
|
||||
|
||||
[Property grid-column value '9 / -19 zA']
|
||||
expected: FAIL
|
||||
|
||||
[Property grid-row-start value '-19']
|
||||
expected: FAIL
|
||||
|
||||
[Property grid-row-start value '9 -Z_']
|
||||
expected: FAIL
|
||||
|
||||
[Property grid-column-start value '-44 Z']
|
||||
expected: FAIL
|
||||
|
||||
[Property grid-row-end value '1 -πA']
|
||||
expected: FAIL
|
||||
|
||||
[Property grid-column-end value '5 π_']
|
||||
expected: FAIL
|
||||
|
||||
[Property grid-area value 'span 2 i / auto / auto / auto']
|
||||
expected: FAIL
|
||||
|
||||
[Property grid-row value 'span 2 / auto']
|
||||
expected: FAIL
|
||||
|
||||
[Property grid-column-start value 'span 1 i']
|
||||
expected: FAIL
|
||||
|
||||
[Property grid-row-start value 'span 1']
|
||||
expected: FAIL
|
||||
|
||||
[Property grid-row-end value 'span 2 i']
|
||||
expected: FAIL
|
||||
|
||||
[Property grid-column-end value 'span 2']
|
||||
expected: FAIL
|
||||
|
||||
[Property grid-row-start value 'span i']
|
||||
expected: FAIL
|
||||
|
||||
[Property grid-row value 'span i / auto']
|
||||
expected: FAIL
|
||||
|
||||
[Property grid-area value 'auto / i / auto / i']
|
||||
expected: FAIL
|
||||
|
||||
[Property grid-area value 'auto / i / 2 j']
|
||||
expected: FAIL
|
||||
|
||||
[Property grid-area value 'auto / i / 2 j / span 3 k']
|
||||
expected: FAIL
|
||||
|
||||
[Property grid-row value 'auto / i']
|
||||
expected: FAIL
|
||||
|
||||
[Property grid-column value '2 j / span 3 k']
|
||||
expected: FAIL
|
||||
|
||||
[Property grid-column-end value '\\31st']
|
||||
expected: FAIL
|
||||
|
||||
[Property grid-column-end value '\\31 st']
|
||||
expected: FAIL
|
Loading…
Add table
Add a link
Reference in a new issue