mirror of
https://github.com/servo/servo.git
synced 2025-09-09 14:38:21 +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
114
tests/wpt/meta/css/css-grid/subgrid/grid-template-valid.html.ini
vendored
Normal file
114
tests/wpt/meta/css/css-grid/subgrid/grid-template-valid.html.ini
vendored
Normal file
|
@ -0,0 +1,114 @@
|
|||
[grid-template-valid.html]
|
||||
[e.style['grid-template-rows'\] = "subgrid" should set the property value]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['grid-template-rows'\] = "subgrid [a\]" should set the property value]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['grid-template-rows'\] = "subgrid [a\] [b\]" should set the property value]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['grid-template-rows'\] = "subgrid [a\] [b\] [c\]" should set the property value]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['grid-template-rows'\] = "subgrid [\]" should set the property value]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['grid-template-rows'\] = "subgrid [a\] [b\] [\] [c\]" should set the property value]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['grid-template-rows'\] = "subgrid [\] [\] [\] [c\]" should set the property value]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['grid-template-rows'\] = "subgrid [\] [\] [\] [\]" should set the property value]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['grid-template-rows'\] = "subgrid repeat(auto-fill, [a\])" should set the property value]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['grid-template-rows'\] = "subgrid repeat(auto-fill, [\])" should set the property value]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['grid-template-rows'\] = "subgrid [a\] repeat(auto-fill, [b\])" should set the property value]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['grid-template-rows'\] = "subgrid [a\] repeat(auto-fill, [b\]) [c\]" should set the property value]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['grid-template-rows'\] = "subgrid [\] repeat(auto-fill, [\]) [\]" should set the property value]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['grid-template-rows'\] = "subgrid repeat(2, [a\])" should set the property value]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['grid-template-rows'\] = "subgrid repeat(2, [a\] [b\])" should set the property value]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['grid-template-rows'\] = "subgrid [a\] repeat(2, [b\])" should set the property value]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['grid-template-rows'\] = "subgrid [a\] repeat(2, [b\]) [c\]" should set the property value]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['grid-template-rows'\] = "subgrid [\] repeat(2, [\]) [\]" should set the property value]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['grid-template-rows'\] = "subgrid [a\] repeat(2, [b\]) repeat(auto-fill, [c\]) [d\]" should set the property value]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['grid-template-columns'\] = "subgrid" should set the property value]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['grid-template-columns'\] = "subgrid [a\]" should set the property value]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['grid-template-columns'\] = "subgrid [a\] [b\]" should set the property value]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['grid-template-columns'\] = "subgrid [a\] [b\] [c\]" should set the property value]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['grid-template-columns'\] = "subgrid [\]" should set the property value]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['grid-template-columns'\] = "subgrid [a\] [b\] [\] [c\]" should set the property value]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['grid-template-columns'\] = "subgrid [\] [\] [\] [c\]" should set the property value]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['grid-template-columns'\] = "subgrid [\] [\] [\] [\]" should set the property value]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['grid-template-columns'\] = "subgrid repeat(auto-fill, [a\])" should set the property value]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['grid-template-columns'\] = "subgrid repeat(auto-fill, [\])" should set the property value]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['grid-template-columns'\] = "subgrid [a\] repeat(auto-fill, [b\])" should set the property value]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['grid-template-columns'\] = "subgrid [a\] repeat(auto-fill, [b\]) [c\]" should set the property value]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['grid-template-columns'\] = "subgrid [\] repeat(auto-fill, [\]) [\]" should set the property value]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['grid-template-columns'\] = "subgrid repeat(2, [a\])" should set the property value]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['grid-template-columns'\] = "subgrid repeat(2, [a\] [b\])" should set the property value]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['grid-template-columns'\] = "subgrid [a\] repeat(2, [b\])" should set the property value]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['grid-template-columns'\] = "subgrid [a\] repeat(2, [b\]) [c\]" should set the property value]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['grid-template-columns'\] = "subgrid [\] repeat(2, [\]) [\]" should set the property value]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['grid-template-columns'\] = "subgrid [a\] repeat(2, [b\]) repeat(auto-fill, [c\]) [d\]" should set the property value]
|
||||
expected: FAIL
|
Loading…
Add table
Add a link
Reference in a new issue