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,120 @@
[masonry-parsing.html]
[e.style['grid-template-columns'\] = "masonry" should set the property value]
expected: FAIL
[e.style['grid-template-rows'\] = "masonry" should set the property value]
expected: FAIL
[e.style['grid-template'\] = "masonry / masonry" should set grid-template-areas]
expected: FAIL
[e.style['grid-template'\] = "masonry / masonry" should set grid-template-columns]
expected: FAIL
[e.style['grid-template'\] = "masonry / masonry" should set grid-template-rows]
expected: FAIL
[e.style['grid-template'\] = "masonry / masonry" should not set unrelated longhands]
expected: FAIL
[e.style['grid-template'\] = "masonry / subgrid [foo\]" should set grid-template-areas]
expected: FAIL
[e.style['grid-template'\] = "masonry / subgrid [foo\]" should set grid-template-columns]
expected: FAIL
[e.style['grid-template'\] = "masonry / subgrid [foo\]" should set grid-template-rows]
expected: FAIL
[e.style['grid-template'\] = "masonry / subgrid [foo\]" should not set unrelated longhands]
expected: FAIL
[e.style['grid-template'\] = "10px / masonry" should set grid-template-areas]
expected: FAIL
[e.style['grid-template'\] = "10px / masonry" should set grid-template-columns]
expected: FAIL
[e.style['grid-template'\] = "10px / masonry" should set grid-template-rows]
expected: FAIL
[e.style['grid-template'\] = "10px / masonry" should not set unrelated longhands]
expected: FAIL
[e.style['grid'\] = "masonry / masonry" should set grid-auto-columns]
expected: FAIL
[e.style['grid'\] = "masonry / masonry" should set grid-auto-flow]
expected: FAIL
[e.style['grid'\] = "masonry / masonry" should set grid-auto-rows]
expected: FAIL
[e.style['grid'\] = "masonry / masonry" should set grid-template-areas]
expected: FAIL
[e.style['grid'\] = "masonry / masonry" should set grid-template-columns]
expected: FAIL
[e.style['grid'\] = "masonry / masonry" should set grid-template-rows]
expected: FAIL
[e.style['grid'\] = "masonry / masonry" should not set unrelated longhands]
expected: FAIL
[e.style['grid'\] = "masonry / subgrid [foo\]" should set grid-auto-columns]
expected: FAIL
[e.style['grid'\] = "masonry / subgrid [foo\]" should set grid-auto-flow]
expected: FAIL
[e.style['grid'\] = "masonry / subgrid [foo\]" should set grid-auto-rows]
expected: FAIL
[e.style['grid'\] = "masonry / subgrid [foo\]" should set grid-template-areas]
expected: FAIL
[e.style['grid'\] = "masonry / subgrid [foo\]" should set grid-template-columns]
expected: FAIL
[e.style['grid'\] = "masonry / subgrid [foo\]" should set grid-template-rows]
expected: FAIL
[e.style['grid'\] = "masonry / subgrid [foo\]" should not set unrelated longhands]
expected: FAIL
[e.style['grid'\] = "10px / masonry" should set grid-auto-columns]
expected: FAIL
[e.style['grid'\] = "10px / masonry" should set grid-auto-flow]
expected: FAIL
[e.style['grid'\] = "10px / masonry" should set grid-auto-rows]
expected: FAIL
[e.style['grid'\] = "10px / masonry" should set grid-template-areas]
expected: FAIL
[e.style['grid'\] = "10px / masonry" should set grid-template-columns]
expected: FAIL
[e.style['grid'\] = "10px / masonry" should set grid-template-rows]
expected: FAIL
[e.style['grid'\] = "10px / masonry" should not set unrelated longhands]
expected: FAIL
[e.style['masonry-auto-flow'\] = "pack" should set the property value]
expected: FAIL
[e.style['masonry-auto-flow'\] = "pack ordered" should set the property value]
expected: FAIL
[e.style['masonry-auto-flow'\] = "ordered next" should set the property value]
expected: FAIL
[e.style['masonry-auto-flow'\] = "next definite-first" should set the property value]
expected: FAIL
[e.style['masonry-auto-flow'\] = "definite-first pack" should set the property value]
expected: FAIL