mirror of
https://github.com/servo/servo.git
synced 2025-08-09 23:45:35 +01:00
layout: Enable flexbox by default on non-legacy layout (#33186)
Flexbox is still very much in progress, but things are working well enough that we can enable it by default. It improves most pages that use flexbox now. Signed-off-by: Martin Robinson <mrobinson@igalia.com>
This commit is contained in:
parent
b6d5ac09b0
commit
7b7020a8d4
63 changed files with 465 additions and 351 deletions
|
@ -5,12 +5,6 @@
|
|||
[.target > * 10]
|
||||
expected: FAIL
|
||||
|
||||
[.target > * 11]
|
||||
expected: FAIL
|
||||
|
||||
[.target > * 12]
|
||||
expected: FAIL
|
||||
|
||||
[.target > * 13]
|
||||
expected: FAIL
|
||||
|
||||
|
@ -23,8 +17,5 @@
|
|||
[.target > * 17]
|
||||
expected: FAIL
|
||||
|
||||
[.target > * 18]
|
||||
expected: FAIL
|
||||
|
||||
[.target > * 21]
|
||||
expected: FAIL
|
||||
|
|
|
@ -55,3 +55,6 @@
|
|||
|
||||
[.target > * 22]
|
||||
expected: FAIL
|
||||
|
||||
[.target > * 12]
|
||||
expected: FAIL
|
||||
|
|
|
@ -55,3 +55,6 @@
|
|||
|
||||
[.target > * 22]
|
||||
expected: FAIL
|
||||
|
||||
[.target > * 12]
|
||||
expected: FAIL
|
||||
|
|
|
@ -14,9 +14,6 @@
|
|||
[.target > * 11]
|
||||
expected: FAIL
|
||||
|
||||
[.target > * 12]
|
||||
expected: FAIL
|
||||
|
||||
[.target > * 13]
|
||||
expected: FAIL
|
||||
|
||||
|
@ -29,8 +26,5 @@
|
|||
[.target > * 17]
|
||||
expected: FAIL
|
||||
|
||||
[.target > * 18]
|
||||
expected: FAIL
|
||||
|
||||
[.target > * 21]
|
||||
expected: FAIL
|
||||
|
|
|
@ -55,3 +55,6 @@
|
|||
|
||||
[.target > * 22]
|
||||
expected: FAIL
|
||||
|
||||
[.target > * 12]
|
||||
expected: FAIL
|
||||
|
|
|
@ -55,3 +55,6 @@
|
|||
|
||||
[.target > * 22]
|
||||
expected: FAIL
|
||||
|
||||
[.target > * 12]
|
||||
expected: FAIL
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue