mirror of
https://github.com/servo/servo.git
synced 2025-08-09 15:35:34 +01:00
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:
parent
dfcd9de138
commit
e1213f9dbc
81 changed files with 123 additions and 479 deletions
|
@ -1,3 +0,0 @@
|
|||
[display-contents-blockify-dynamic.html]
|
||||
[Dynamic changes to `display` causing blockification of children are handled correctly]
|
||||
expected: FAIL
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue