mirror of
https://github.com/servo/servo.git
synced 2025-08-11 00:15:32 +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
2
tests/wpt/meta/css/css-values/calc-rounding-002.html.ini
vendored
Normal file
2
tests/wpt/meta/css/css-values/calc-rounding-002.html.ini
vendored
Normal file
|
@ -0,0 +1,2 @@
|
|||
[calc-rounding-002.html]
|
||||
expected: FAIL
|
|
@ -1,7 +1,4 @@
|
|||
[calc-size-flex-basis-on-column.html]
|
||||
[resolved value for height resulting from flex-basis: 274px]
|
||||
expected: FAIL
|
||||
|
||||
[resolved value for height resulting from flex-basis: min-content]
|
||||
expected: FAIL
|
||||
|
||||
|
@ -11,9 +8,6 @@
|
|||
[resolved value for height resulting from flex-basis: max-content]
|
||||
expected: FAIL
|
||||
|
||||
[resolved value for height resulting from flex-basis: content]
|
||||
expected: FAIL
|
||||
|
||||
[resolved value for height resulting from flex-basis: calc-size(any, 357px)]
|
||||
expected: FAIL
|
||||
|
||||
|
@ -88,3 +82,6 @@
|
|||
|
||||
[resolved value for height resulting from flex-basis: calc-size(content, size * 7) and height: 321px]
|
||||
expected: FAIL
|
||||
|
||||
[resolved value for height resulting from flex-basis: calc-size(auto, size)]
|
||||
expected: FAIL
|
||||
|
|
|
@ -1,7 +1,4 @@
|
|||
[calc-size-flex-basis-on-row.html]
|
||||
[resolved value for width resulting from flex-basis: 274px]
|
||||
expected: FAIL
|
||||
|
||||
[resolved value for width resulting from flex-basis: min-content]
|
||||
expected: FAIL
|
||||
|
||||
|
@ -11,9 +8,6 @@
|
|||
[resolved value for width resulting from flex-basis: max-content]
|
||||
expected: FAIL
|
||||
|
||||
[resolved value for width resulting from flex-basis: content]
|
||||
expected: FAIL
|
||||
|
||||
[resolved value for width resulting from flex-basis: calc-size(any, 357px)]
|
||||
expected: FAIL
|
||||
|
||||
|
@ -68,9 +62,6 @@
|
|||
[resolved value for width resulting from flex-basis: calc-size(content, size / 2)]
|
||||
expected: FAIL
|
||||
|
||||
[resolved value for width resulting from flex-basis: auto and width: auto]
|
||||
expected: FAIL
|
||||
|
||||
[resolved value for width resulting from flex-basis: calc-size(auto, size * 2) and width: auto]
|
||||
expected: FAIL
|
||||
|
||||
|
@ -91,3 +82,6 @@
|
|||
|
||||
[resolved value for width resulting from flex-basis: calc-size(content, size * 1.5 + 4px) and width: 321px]
|
||||
expected: FAIL
|
||||
|
||||
[resolved value for width resulting from flex-basis: calc-size(auto, size)]
|
||||
expected: FAIL
|
||||
|
|
|
@ -1,3 +0,0 @@
|
|||
[integer_interpolation_round_half_001.html]
|
||||
[Integer interpolation should be rounded towards positive infinity]
|
||||
expected: FAIL
|
|
@ -1,3 +0,0 @@
|
|||
[integer_interpolation_round_half_towards_positive_infinity_order.html]
|
||||
[Integer interpolation should be rounded towards positive infinity]
|
||||
expected: FAIL
|
Loading…
Add table
Add a link
Reference in a new issue