Enable layout_grid_enabled pref for all tests (#36316)

This is part of #36315
Testing: This improves several tests that rely on this feature

Signed-off-by: Oriol Brufau <obrufau@igalia.com>
This commit is contained in:
Oriol Brufau 2025-04-03 11:48:05 -07:00 committed by GitHub
parent dfcd9de138
commit e1213f9dbc
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
81 changed files with 123 additions and 479 deletions

View file

@ -1,10 +1,4 @@
[display-valid.html]
[e.style['display'\] = "grid" should set the property value]
expected: FAIL
[e.style['display'\] = "inline-grid" should set the property value]
expected: FAIL
[e.style['display'\] = "run-in" should set the property value]
expected: FAIL
@ -23,12 +17,6 @@
[e.style['display'\] = "list-item flow-root" should set the property value]
expected: FAIL
[e.style['display'\] = "grid block" should set the property value]
expected: FAIL
[e.style['display'\] = "block grid" should set the property value]
expected: FAIL
[e.style['display'\] = "block ruby" should set the property value]
expected: FAIL
@ -53,12 +41,6 @@
[e.style['display'\] = "list-item flow-root block" should set the property value]
expected: FAIL
[e.style['display'\] = "grid inline" should set the property value]
expected: FAIL
[e.style['display'\] = "inline grid" should set the property value]
expected: FAIL
[e.style['display'\] = "inline ruby" should set the property value]
expected: FAIL