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
|
@ -11,21 +11,6 @@
|
|||
[computed display of <input type=color> with display: contents]
|
||||
expected: FAIL
|
||||
|
||||
[computed display of <input type=reset> with display: grid]
|
||||
expected: FAIL
|
||||
|
||||
[computed display of <input type=button> with display: grid]
|
||||
expected: FAIL
|
||||
|
||||
[computed display of <input type=submit> with display: grid]
|
||||
expected: FAIL
|
||||
|
||||
[computed display of <input type=color> with display: grid]
|
||||
expected: FAIL
|
||||
|
||||
[computed display of <button type=submit> with display: grid]
|
||||
expected: FAIL
|
||||
|
||||
[computed display of <input type=reset> with display: ruby]
|
||||
expected: FAIL
|
||||
|
||||
|
@ -101,27 +86,9 @@
|
|||
[computed display of <button type=submit> with display: ruby-text-container]
|
||||
expected: FAIL
|
||||
|
||||
[computed display of <input type=reset> with display: inline-grid]
|
||||
expected: FAIL
|
||||
|
||||
[computed display of <input type=button> with display: inline-grid]
|
||||
expected: FAIL
|
||||
|
||||
[computed display of <input type=submit> with display: inline-grid]
|
||||
expected: FAIL
|
||||
|
||||
[computed display of <input type=color> with display: inline-grid]
|
||||
expected: FAIL
|
||||
|
||||
[computed display of <button type=submit> with display: inline-grid]
|
||||
expected: FAIL
|
||||
|
||||
[computed display of <input type=image> with display: contents]
|
||||
expected: FAIL
|
||||
|
||||
[computed display of <input type=image> with display: grid]
|
||||
expected: FAIL
|
||||
|
||||
[computed display of <input type=image> with display: ruby]
|
||||
expected: FAIL
|
||||
|
||||
|
@ -137,9 +104,6 @@
|
|||
[computed display of <input type=image> with display: ruby-text-container]
|
||||
expected: FAIL
|
||||
|
||||
[computed display of <input type=image> with display: inline-grid]
|
||||
expected: FAIL
|
||||
|
||||
[<input type=color> overflow/overflow-clip-margin]
|
||||
expected: FAIL
|
||||
|
||||
|
|
|
@ -1,6 +1,3 @@
|
|||
[grid.html]
|
||||
[inline-grid]
|
||||
expected: FAIL
|
||||
|
||||
[grid]
|
||||
expected: FAIL
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue