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
|
@ -1,2 +0,0 @@
|
|||
[fieldset-baseline.html]
|
||||
expected: FAIL
|
|
@ -1,6 +0,0 @@
|
|||
[fieldset-flexbox.html]
|
||||
[Inline flex]
|
||||
expected: FAIL
|
||||
|
||||
[Dynamic change of flex-direction]
|
||||
expected: FAIL
|
|
@ -20,9 +20,6 @@
|
|||
[rendered legend with display: grid]
|
||||
expected: FAIL
|
||||
|
||||
[rendered legend with display: flex]
|
||||
expected: FAIL
|
||||
|
||||
[rendered legend with display: inline-block; columns:1]
|
||||
expected: FAIL
|
||||
|
||||
|
@ -83,9 +80,6 @@
|
|||
[rendered legend with display: ruby-base-container; overflow:hidden;columns:1]
|
||||
expected: FAIL
|
||||
|
||||
[rendered legend with display: flex; overflow:hidden]
|
||||
expected: FAIL
|
||||
|
||||
[rendered legend with display: inline-flex; overflow:hidden;columns:1]
|
||||
expected: FAIL
|
||||
|
||||
|
@ -110,9 +104,6 @@
|
|||
[rendered legend with display: ruby-base-container; overflow:hidden]
|
||||
expected: FAIL
|
||||
|
||||
[rendered legend with display: flex; columns:1]
|
||||
expected: FAIL
|
||||
|
||||
[rendered legend with display: ruby-text-container; overflow:hidden;columns:1]
|
||||
expected: FAIL
|
||||
|
||||
|
@ -128,9 +119,6 @@
|
|||
[rendered legend with display: ruby; overflow:hidden;columns:1]
|
||||
expected: FAIL
|
||||
|
||||
[rendered legend with display: flex; overflow:hidden;columns:1]
|
||||
expected: FAIL
|
||||
|
||||
[rendered legend with display: ruby-text]
|
||||
expected: FAIL
|
||||
|
||||
|
|
|
@ -1,10 +1,4 @@
|
|||
[legend-grid-flex-multicol.html]
|
||||
[flex]
|
||||
expected: FAIL
|
||||
|
||||
[inline-flex]
|
||||
expected: FAIL
|
||||
|
||||
[grid]
|
||||
expected: FAIL
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue