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,3 +0,0 @@
[display-contents-blockify-dynamic.html]
[Dynamic changes to `display` causing blockification of children are handled correctly]
expected: FAIL

View file

@ -1,10 +1,4 @@
[display-computed.html]
[Property display value 'grid']
expected: FAIL
[Property display value 'inline-grid']
expected: FAIL
[Property display value 'run-in']
expected: FAIL
@ -23,12 +17,6 @@
[Property display value 'list-item flow-root']
expected: FAIL
[Property display value 'grid block']
expected: FAIL
[Property display value 'block grid']
expected: FAIL
[Property display value 'block ruby']
expected: FAIL
@ -53,12 +41,6 @@
[Property display value 'list-item flow-root block']
expected: FAIL
[Property display value 'grid inline']
expected: FAIL
[Property display value 'inline grid']
expected: FAIL
[Property display value 'inline ruby']
expected: FAIL
@ -160,15 +142,3 @@
[Property display value 'list-item flow-root run-in']
expected: FAIL
[position absolute affects computed display]
expected: FAIL
[position fixed affects computed display]
expected: FAIL
[float left affects computed display]
expected: FAIL
[float right affects computed display]
expected: FAIL

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