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:
Nico Burns 2024-10-30 22:50:37 +07:00 committed by GitHub
parent 1891c5cfaf
commit 635c10a941
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
1041 changed files with 33645 additions and 2 deletions

View 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