mirror of
https://github.com/servo/servo.git
synced 2025-08-11 08:25:32 +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,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