mirror of
https://github.com/servo/servo.git
synced 2025-08-12 17:05:33 +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 @@
|
|||
[flex-aspect-ratio-002.html]
|
||||
expected: FAIL
|
|
@ -1,2 +0,0 @@
|
|||
[flex-aspect-ratio-018.html]
|
||||
expected: FAIL
|
|
@ -1,2 +0,0 @@
|
|||
[flex-aspect-ratio-027.html]
|
||||
expected: FAIL
|
|
@ -1,2 +0,0 @@
|
|||
[flex-aspect-ratio-028.html]
|
||||
expected: FAIL
|
|
@ -1,2 +0,0 @@
|
|||
[flex-aspect-ratio-031.html]
|
||||
expected: FAIL
|
|
@ -1,2 +0,0 @@
|
|||
[flex-aspect-ratio-042.html]
|
||||
expected: FAIL
|
|
@ -1,2 +0,0 @@
|
|||
[flex-aspect-ratio-044.html]
|
||||
expected: FAIL
|
|
@ -1,2 +0,0 @@
|
|||
[flex-aspect-ratio-049.html]
|
||||
expected: FAIL
|
|
@ -1,2 +0,0 @@
|
|||
[flex-aspect-ratio-051.html]
|
||||
expected: FAIL
|
2
tests/wpt/meta/css/css-sizing/aspect-ratio/flex-aspect-ratio-053.html.ini
vendored
Normal file
2
tests/wpt/meta/css/css-sizing/aspect-ratio/flex-aspect-ratio-053.html.ini
vendored
Normal file
|
@ -0,0 +1,2 @@
|
|||
[flex-aspect-ratio-053.html]
|
||||
expected: FAIL
|
2
tests/wpt/meta/css/css-sizing/aspect-ratio/flex-aspect-ratio-054.html.ini
vendored
Normal file
2
tests/wpt/meta/css/css-sizing/aspect-ratio/flex-aspect-ratio-054.html.ini
vendored
Normal file
|
@ -0,0 +1,2 @@
|
|||
[flex-aspect-ratio-054.html]
|
||||
expected: FAIL
|
|
@ -1,2 +0,0 @@
|
|||
[intrinsic-size-009.html]
|
||||
expected: FAIL
|
3
tests/wpt/meta/css/css-sizing/button-min-width.html.ini
vendored
Normal file
3
tests/wpt/meta/css/css-sizing/button-min-width.html.ini
vendored
Normal file
|
@ -0,0 +1,3 @@
|
|||
[button-min-width.html]
|
||||
[min-width should force all buttons to be 200px wide]
|
||||
expected: FAIL
|
|
@ -1,3 +1,6 @@
|
|||
[percentage-height-in-flexbox.html]
|
||||
[#target offsetSize matches #container offsetSize]
|
||||
expected: FAIL
|
||||
|
||||
[#target offsetSize matches #container offsetSize after resize]
|
||||
expected: FAIL
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue