servo/tests/wpt/meta/css/css-grid/subgrid/grid-template-valid.html.ini
Nico Burns 635c10a941
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>
2024-10-30 15:50:37 +00:00

114 lines
4.4 KiB
INI
Vendored

[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