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:
Martin Robinson 2024-08-26 06:50:52 -07:00 committed by GitHub
parent b6d5ac09b0
commit 7b7020a8d4
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
63 changed files with 465 additions and 351 deletions

View file

@ -734,7 +734,6 @@ pub fn from_cmdline_args(mut opts: Options, args: &[String]) -> ArgumentParsingR
let legacy_layout = opt_match.opt_present("legacy-layout");
if legacy_layout {
set_pref!(layout.legacy_layout, true);
set_pref!(layout.flexbox.enabled, true);
}
let opts = Opts {

View file

@ -101,7 +101,7 @@
"js.werror.enabled": false,
"layout.animations.test.enabled": false,
"layout.columns.enabled": false,
"layout.flexbox.enabled": false,
"layout.flexbox.enabled": true,
"layout.legacy_layout": false,
"layout.threads": 3,
"layout.writing-mode.enabled": false,

View file

@ -1,2 +0,0 @@
[background-clip-content-box-002.html]
expected: FAIL

View file

@ -1,2 +0,0 @@
[background-repeat-space-10.html]
expected: FAIL

View file

@ -1,2 +0,0 @@
[background-repeat-space-1a.html]
expected: FAIL

View file

@ -1,2 +0,0 @@
[background-repeat-space-1b.html]
expected: FAIL

View file

@ -1,2 +0,0 @@
[background-repeat-space-1c.html]
expected: FAIL

View file

@ -1,2 +0,0 @@
[background-repeat-space-3.html]
expected: FAIL

View file

@ -1,2 +0,0 @@
[background-repeat-space-4.html]
expected: FAIL

View file

@ -1,2 +0,0 @@
[background-repeat-space-5.html]
expected: FAIL

View file

@ -1,2 +0,0 @@
[background-repeat-space-6.html]
expected: FAIL

View file

@ -1,2 +0,0 @@
[background-repeat-space-7.html]
expected: FAIL

View file

@ -1,2 +0,0 @@
[background-repeat-space-9.html]
expected: FAIL

View file

@ -1,109 +1,4 @@
[display-interpolation.html]
[CSS Transitions with transition-behavior:allow-discrete: property <display> from [none\] to [flex\] at (-0.3) should be [flex\]]
expected: FAIL
[CSS Transitions with transition-behavior:allow-discrete: property <display> from [none\] to [flex\] at (0) should be [flex\]]
expected: FAIL
[CSS Transitions with transition-behavior:allow-discrete: property <display> from [none\] to [flex\] at (0.3) should be [flex\]]
expected: FAIL
[CSS Transitions with transition-behavior:allow-discrete: property <display> from [none\] to [flex\] at (0.5) should be [flex\]]
expected: FAIL
[CSS Transitions with transition-behavior:allow-discrete: property <display> from [none\] to [flex\] at (0.6) should be [flex\]]
expected: FAIL
[CSS Transitions with transition-behavior:allow-discrete: property <display> from [none\] to [flex\] at (1) should be [flex\]]
expected: FAIL
[CSS Transitions with transition-behavior:allow-discrete: property <display> from [none\] to [flex\] at (1.5) should be [flex\]]
expected: FAIL
[CSS Transitions with transition-property:all and transition-behavor:allow-discrete: property <display> from [none\] to [flex\] at (-0.3) should be [flex\]]
expected: FAIL
[CSS Transitions with transition-property:all and transition-behavor:allow-discrete: property <display> from [none\] to [flex\] at (0) should be [flex\]]
expected: FAIL
[CSS Transitions with transition-property:all and transition-behavor:allow-discrete: property <display> from [none\] to [flex\] at (0.3) should be [flex\]]
expected: FAIL
[CSS Transitions with transition-property:all and transition-behavor:allow-discrete: property <display> from [none\] to [flex\] at (0.5) should be [flex\]]
expected: FAIL
[CSS Transitions with transition-property:all and transition-behavor:allow-discrete: property <display> from [none\] to [flex\] at (0.6) should be [flex\]]
expected: FAIL
[CSS Transitions with transition-property:all and transition-behavor:allow-discrete: property <display> from [none\] to [flex\] at (1) should be [flex\]]
expected: FAIL
[CSS Transitions with transition-property:all and transition-behavor:allow-discrete: property <display> from [none\] to [flex\] at (1.5) should be [flex\]]
expected: FAIL
[CSS Transitions: property <display> from [none\] to [flex\] at (-0.3) should be [flex\]]
expected: FAIL
[CSS Transitions: property <display> from [none\] to [flex\] at (0) should be [flex\]]
expected: FAIL
[CSS Transitions: property <display> from [none\] to [flex\] at (0.3) should be [flex\]]
expected: FAIL
[CSS Transitions: property <display> from [none\] to [flex\] at (0.5) should be [flex\]]
expected: FAIL
[CSS Transitions: property <display> from [none\] to [flex\] at (0.6) should be [flex\]]
expected: FAIL
[CSS Transitions: property <display> from [none\] to [flex\] at (1) should be [flex\]]
expected: FAIL
[CSS Transitions: property <display> from [none\] to [flex\] at (1.5) should be [flex\]]
expected: FAIL
[CSS Transitions with transition: all: property <display> from [none\] to [flex\] at (-0.3) should be [flex\]]
expected: FAIL
[CSS Transitions with transition: all: property <display> from [none\] to [flex\] at (0) should be [flex\]]
expected: FAIL
[CSS Transitions with transition: all: property <display> from [none\] to [flex\] at (0.3) should be [flex\]]
expected: FAIL
[CSS Transitions with transition: all: property <display> from [none\] to [flex\] at (0.5) should be [flex\]]
expected: FAIL
[CSS Transitions with transition: all: property <display> from [none\] to [flex\] at (0.6) should be [flex\]]
expected: FAIL
[CSS Transitions with transition: all: property <display> from [none\] to [flex\] at (1) should be [flex\]]
expected: FAIL
[CSS Transitions with transition: all: property <display> from [none\] to [flex\] at (1.5) should be [flex\]]
expected: FAIL
[CSS Animations: property <display> from [none\] to [flex\] at (-0.3) should be [block\]]
expected: FAIL
[CSS Animations: property <display> from [none\] to [flex\] at (0) should be [block\]]
expected: FAIL
[CSS Animations: property <display> from [none\] to [flex\] at (0.3) should be [block\]]
expected: FAIL
[CSS Animations: property <display> from [none\] to [flex\] at (0.5) should be [block\]]
expected: FAIL
[CSS Animations: property <display> from [none\] to [flex\] at (0.6) should be [block\]]
expected: FAIL
[CSS Animations: property <display> from [none\] to [flex\] at (1) should be [block\]]
expected: FAIL
[CSS Animations: property <display> from [none\] to [flex\] at (1.5) should be [block\]]
expected: FAIL
[Web Animations: property <display> from [none\] to [flex\] at (-0.3) should be [block\]]
expected: FAIL

View file

@ -5,12 +5,6 @@
[Property display value 'inline-grid']
expected: FAIL
[Property display value 'flex']
expected: FAIL
[Property display value 'inline-flex']
expected: FAIL
[Property display value 'run-in']
expected: FAIL
@ -29,12 +23,6 @@
[Property display value 'list-item flow-root']
expected: FAIL
[Property display value 'flex block']
expected: FAIL
[Property display value 'block flex']
expected: FAIL
[Property display value 'grid block']
expected: FAIL
@ -65,12 +53,6 @@
[Property display value 'list-item flow-root block']
expected: FAIL
[Property display value 'flex inline']
expected: FAIL
[Property display value 'inline flex']
expected: FAIL
[Property display value 'grid inline']
expected: FAIL

View file

@ -5,12 +5,6 @@
[e.style['display'\] = "inline-grid" should set the property value]
expected: FAIL
[e.style['display'\] = "flex" should set the property value]
expected: FAIL
[e.style['display'\] = "inline-flex" should set the property value]
expected: FAIL
[e.style['display'\] = "run-in" should set the property value]
expected: FAIL
@ -29,12 +23,6 @@
[e.style['display'\] = "list-item flow-root" should set the property value]
expected: FAIL
[e.style['display'\] = "flex block" should set the property value]
expected: FAIL
[e.style['display'\] = "block flex" should set the property value]
expected: FAIL
[e.style['display'\] = "grid block" should set the property value]
expected: FAIL
@ -65,12 +53,6 @@
[e.style['display'\] = "list-item flow-root block" should set the property value]
expected: FAIL
[e.style['display'\] = "flex inline" should set the property value]
expected: FAIL
[e.style['display'\] = "inline flex" should set the property value]
expected: FAIL
[e.style['display'\] = "grid inline" should set the property value]
expected: FAIL

View file

@ -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

View file

@ -55,3 +55,6 @@
[.target > * 22]
expected: FAIL
[.target > * 12]
expected: FAIL

View file

@ -55,3 +55,6 @@
[.target > * 22]
expected: FAIL
[.target > * 12]
expected: FAIL

View file

@ -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

View file

@ -55,3 +55,6 @@
[.target > * 22]
expected: FAIL
[.target > * 12]
expected: FAIL

View file

@ -55,3 +55,6 @@
[.target > * 22]
expected: FAIL
[.target > * 12]
expected: FAIL

View file

@ -0,0 +1,2 @@
[list-and-flex-001.html]
expected: FAIL

View file

@ -1,3 +0,0 @@
[overflow-clip-hit-testing.html]
[Ensure elements in overflow:visible are returned from elementFromPoint]
expected: FAIL

View file

@ -1,2 +0,0 @@
[position-absolute-dynamic-relayout-003.html]
expected: FAIL

View file

@ -1,2 +0,0 @@
[flex-aspect-ratio-002.html]
expected: FAIL

View file

@ -1,2 +0,0 @@
[flex-aspect-ratio-018.html]
expected: FAIL

View file

@ -1,2 +0,0 @@
[flex-aspect-ratio-027.html]
expected: FAIL

View file

@ -1,2 +0,0 @@
[flex-aspect-ratio-028.html]
expected: FAIL

View file

@ -1,2 +0,0 @@
[flex-aspect-ratio-031.html]
expected: FAIL

View file

@ -1,2 +0,0 @@
[flex-aspect-ratio-042.html]
expected: FAIL

View file

@ -1,2 +0,0 @@
[flex-aspect-ratio-044.html]
expected: FAIL

View file

@ -1,2 +0,0 @@
[flex-aspect-ratio-049.html]
expected: FAIL

View file

@ -1,2 +0,0 @@
[flex-aspect-ratio-051.html]
expected: FAIL

View file

@ -0,0 +1,2 @@
[flex-aspect-ratio-053.html]
expected: FAIL

View file

@ -0,0 +1,2 @@
[flex-aspect-ratio-054.html]
expected: FAIL

View file

@ -1,2 +0,0 @@
[intrinsic-size-009.html]
expected: FAIL

View file

@ -0,0 +1,3 @@
[button-min-width.html]
[min-width should force all buttons to be 200px wide]
expected: FAIL

View file

@ -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

View file

@ -1,7 +1,4 @@
[table-fixed-minmax.html]
[table's width inside flexbox width:auto is not infinite]
expected: FAIL
[table's width inside flexbox width:max-content is infinite]
expected: FAIL

View file

@ -2,9 +2,6 @@
[table 2]
expected: FAIL
[table 5]
expected: FAIL
[table 1]
expected: FAIL

View file

@ -1,2 +0,0 @@
[text-decoration-thickness-calc.html]
expected: FAIL

View file

@ -1,2 +0,0 @@
[anonymous-flex-item-001.html]
expected: FAIL

View file

@ -0,0 +1,2 @@
[calc-rounding-002.html]
expected: FAIL

View file

@ -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

View file

@ -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

View file

@ -1,3 +0,0 @@
[integer_interpolation_round_half_001.html]
[Integer interpolation should be rounded towards positive infinity]
expected: FAIL

View file

@ -1,3 +0,0 @@
[integer_interpolation_round_half_towards_positive_infinity_order.html]
[Integer interpolation should be rounded towards positive infinity]
expected: FAIL

View file

@ -1,12 +0,0 @@
[elementFromPoint-subpixel.html]
[Hit test top left corner of box]
expected: FAIL
[Hit test top right corner of box]
expected: FAIL
[Hit test bottom left corner of box]
expected: FAIL
[Hit test lower left corner of box]
expected: FAIL

View file

@ -71,3 +71,435 @@
[scrollHeight with negative margins: display: block; overflow: scroll; direction: rtl;]
expected: FAIL
[scrollWidth with negative margins: display: block; overflow: visible; direction: ltr; flex-direction: row;]
expected: FAIL
[scrollHeight with negative margins: display: block; overflow: visible; direction: ltr; flex-direction: row;]
expected: FAIL
[scrollWidth with negative margins: display: block; overflow: hidden; direction: ltr; flex-direction: row;]
expected: FAIL
[scrollHeight with negative margins: display: block; overflow: hidden; direction: ltr; flex-direction: row;]
expected: FAIL
[scrollWidth with negative margins: display: block; overflow: auto; direction: ltr; flex-direction: row;]
expected: FAIL
[scrollHeight with negative margins: display: block; overflow: auto; direction: ltr; flex-direction: row;]
expected: FAIL
[scrollWidth with negative margins: display: block; overflow: scroll; direction: ltr; flex-direction: row;]
expected: FAIL
[scrollHeight with negative margins: display: block; overflow: scroll; direction: ltr; flex-direction: row;]
expected: FAIL
[scrollWidth with negative margins: display: block; overflow: visible; direction: rtl; flex-direction: row;]
expected: FAIL
[scrollHeight with negative margins: display: block; overflow: visible; direction: rtl; flex-direction: row;]
expected: FAIL
[scrollWidth with negative margins: display: block; overflow: hidden; direction: rtl; flex-direction: row;]
expected: FAIL
[scrollHeight with negative margins: display: block; overflow: hidden; direction: rtl; flex-direction: row;]
expected: FAIL
[scrollWidth with negative margins: display: block; overflow: auto; direction: rtl; flex-direction: row;]
expected: FAIL
[scrollHeight with negative margins: display: block; overflow: auto; direction: rtl; flex-direction: row;]
expected: FAIL
[scrollWidth with negative margins: display: block; overflow: scroll; direction: rtl; flex-direction: row;]
expected: FAIL
[scrollHeight with negative margins: display: block; overflow: scroll; direction: rtl; flex-direction: row;]
expected: FAIL
[scrollWidth with negative margins: display: flex; overflow: visible; direction: ltr; flex-direction: row;]
expected: FAIL
[scrollHeight with negative margins: display: flex; overflow: visible; direction: ltr; flex-direction: row;]
expected: FAIL
[scrollWidth with negative margins: display: flex; overflow: hidden; direction: ltr; flex-direction: row;]
expected: FAIL
[scrollHeight with negative margins: display: flex; overflow: hidden; direction: ltr; flex-direction: row;]
expected: FAIL
[scrollWidth with negative margins: display: flex; overflow: auto; direction: ltr; flex-direction: row;]
expected: FAIL
[scrollHeight with negative margins: display: flex; overflow: auto; direction: ltr; flex-direction: row;]
expected: FAIL
[scrollWidth with negative margins: display: flex; overflow: scroll; direction: ltr; flex-direction: row;]
expected: FAIL
[scrollHeight with negative margins: display: flex; overflow: scroll; direction: ltr; flex-direction: row;]
expected: FAIL
[scrollWidth with negative margins: display: flex; overflow: visible; direction: rtl; flex-direction: row;]
expected: FAIL
[scrollHeight with negative margins: display: flex; overflow: visible; direction: rtl; flex-direction: row;]
expected: FAIL
[scrollWidth with negative margins: display: flex; overflow: hidden; direction: rtl; flex-direction: row;]
expected: FAIL
[scrollHeight with negative margins: display: flex; overflow: hidden; direction: rtl; flex-direction: row;]
expected: FAIL
[scrollWidth with negative margins: display: flex; overflow: auto; direction: rtl; flex-direction: row;]
expected: FAIL
[scrollHeight with negative margins: display: flex; overflow: auto; direction: rtl; flex-direction: row;]
expected: FAIL
[scrollWidth with negative margins: display: flex; overflow: scroll; direction: rtl; flex-direction: row;]
expected: FAIL
[scrollHeight with negative margins: display: flex; overflow: scroll; direction: rtl; flex-direction: row;]
expected: FAIL
[scrollWidth with negative margins: display: flex; overflow: visible; direction: ltr; flex-flow: wrap-reverse;]
expected: FAIL
[scrollHeight with negative margins: display: flex; overflow: visible; direction: ltr; flex-flow: wrap-reverse;]
expected: FAIL
[scrollWidth with negative margins: display: flex; overflow: hidden; direction: ltr; flex-flow: wrap-reverse;]
expected: FAIL
[scrollHeight with negative margins: display: flex; overflow: hidden; direction: ltr; flex-flow: wrap-reverse;]
expected: FAIL
[scrollWidth with negative margins: display: flex; overflow: auto; direction: ltr; flex-flow: wrap-reverse;]
expected: FAIL
[scrollHeight with negative margins: display: flex; overflow: auto; direction: ltr; flex-flow: wrap-reverse;]
expected: FAIL
[scrollWidth with negative margins: display: flex; overflow: scroll; direction: ltr; flex-flow: wrap-reverse;]
expected: FAIL
[scrollHeight with negative margins: display: flex; overflow: scroll; direction: ltr; flex-flow: wrap-reverse;]
expected: FAIL
[scrollWidth with negative margins: display: flex; overflow: visible; direction: rtl; flex-flow: wrap-reverse;]
expected: FAIL
[scrollHeight with negative margins: display: flex; overflow: visible; direction: rtl; flex-flow: wrap-reverse;]
expected: FAIL
[scrollWidth with negative margins: display: flex; overflow: hidden; direction: rtl; flex-flow: wrap-reverse;]
expected: FAIL
[scrollHeight with negative margins: display: flex; overflow: hidden; direction: rtl; flex-flow: wrap-reverse;]
expected: FAIL
[scrollWidth with negative margins: display: flex; overflow: auto; direction: rtl; flex-flow: wrap-reverse;]
expected: FAIL
[scrollHeight with negative margins: display: flex; overflow: auto; direction: rtl; flex-flow: wrap-reverse;]
expected: FAIL
[scrollWidth with negative margins: display: flex; overflow: scroll; direction: rtl; flex-flow: wrap-reverse;]
expected: FAIL
[scrollHeight with negative margins: display: flex; overflow: scroll; direction: rtl; flex-flow: wrap-reverse;]
expected: FAIL
[scrollWidth with negative margins: display: flex; overflow: visible; direction: ltr; flex-direction: row-reverse;]
expected: FAIL
[scrollHeight with negative margins: display: flex; overflow: visible; direction: ltr; flex-direction: row-reverse;]
expected: FAIL
[scrollWidth with negative margins: display: flex; overflow: hidden; direction: ltr; flex-direction: row-reverse;]
expected: FAIL
[scrollHeight with negative margins: display: flex; overflow: hidden; direction: ltr; flex-direction: row-reverse;]
expected: FAIL
[scrollWidth with negative margins: display: flex; overflow: auto; direction: ltr; flex-direction: row-reverse;]
expected: FAIL
[scrollHeight with negative margins: display: flex; overflow: auto; direction: ltr; flex-direction: row-reverse;]
expected: FAIL
[scrollWidth with negative margins: display: flex; overflow: scroll; direction: ltr; flex-direction: row-reverse;]
expected: FAIL
[scrollHeight with negative margins: display: flex; overflow: scroll; direction: ltr; flex-direction: row-reverse;]
expected: FAIL
[scrollWidth with negative margins: display: flex; overflow: visible; direction: rtl; flex-direction: row-reverse;]
expected: FAIL
[scrollHeight with negative margins: display: flex; overflow: visible; direction: rtl; flex-direction: row-reverse;]
expected: FAIL
[scrollWidth with negative margins: display: flex; overflow: hidden; direction: rtl; flex-direction: row-reverse;]
expected: FAIL
[scrollHeight with negative margins: display: flex; overflow: hidden; direction: rtl; flex-direction: row-reverse;]
expected: FAIL
[scrollWidth with negative margins: display: flex; overflow: auto; direction: rtl; flex-direction: row-reverse;]
expected: FAIL
[scrollHeight with negative margins: display: flex; overflow: auto; direction: rtl; flex-direction: row-reverse;]
expected: FAIL
[scrollWidth with negative margins: display: flex; overflow: scroll; direction: rtl; flex-direction: row-reverse;]
expected: FAIL
[scrollHeight with negative margins: display: flex; overflow: scroll; direction: rtl; flex-direction: row-reverse;]
expected: FAIL
[scrollWidth with negative margins: display: flex; overflow: visible; direction: ltr; flex-flow: row-reverse wrap-reverse;]
expected: FAIL
[scrollHeight with negative margins: display: flex; overflow: visible; direction: ltr; flex-flow: row-reverse wrap-reverse;]
expected: FAIL
[scrollWidth with negative margins: display: flex; overflow: hidden; direction: ltr; flex-flow: row-reverse wrap-reverse;]
expected: FAIL
[scrollHeight with negative margins: display: flex; overflow: hidden; direction: ltr; flex-flow: row-reverse wrap-reverse;]
expected: FAIL
[scrollWidth with negative margins: display: flex; overflow: auto; direction: ltr; flex-flow: row-reverse wrap-reverse;]
expected: FAIL
[scrollHeight with negative margins: display: flex; overflow: auto; direction: ltr; flex-flow: row-reverse wrap-reverse;]
expected: FAIL
[scrollWidth with negative margins: display: flex; overflow: scroll; direction: ltr; flex-flow: row-reverse wrap-reverse;]
expected: FAIL
[scrollHeight with negative margins: display: flex; overflow: scroll; direction: ltr; flex-flow: row-reverse wrap-reverse;]
expected: FAIL
[scrollWidth with negative margins: display: flex; overflow: visible; direction: rtl; flex-flow: row-reverse wrap-reverse;]
expected: FAIL
[scrollHeight with negative margins: display: flex; overflow: visible; direction: rtl; flex-flow: row-reverse wrap-reverse;]
expected: FAIL
[scrollWidth with negative margins: display: flex; overflow: hidden; direction: rtl; flex-flow: row-reverse wrap-reverse;]
expected: FAIL
[scrollHeight with negative margins: display: flex; overflow: hidden; direction: rtl; flex-flow: row-reverse wrap-reverse;]
expected: FAIL
[scrollWidth with negative margins: display: flex; overflow: auto; direction: rtl; flex-flow: row-reverse wrap-reverse;]
expected: FAIL
[scrollHeight with negative margins: display: flex; overflow: auto; direction: rtl; flex-flow: row-reverse wrap-reverse;]
expected: FAIL
[scrollWidth with negative margins: display: flex; overflow: scroll; direction: rtl; flex-flow: row-reverse wrap-reverse;]
expected: FAIL
[scrollHeight with negative margins: display: flex; overflow: scroll; direction: rtl; flex-flow: row-reverse wrap-reverse;]
expected: FAIL
[scrollWidth with negative margins: display: flex; overflow: visible; direction: ltr; flex-direction: column;]
expected: FAIL
[scrollHeight with negative margins: display: flex; overflow: visible; direction: ltr; flex-direction: column;]
expected: FAIL
[scrollWidth with negative margins: display: flex; overflow: hidden; direction: ltr; flex-direction: column;]
expected: FAIL
[scrollHeight with negative margins: display: flex; overflow: hidden; direction: ltr; flex-direction: column;]
expected: FAIL
[scrollWidth with negative margins: display: flex; overflow: auto; direction: ltr; flex-direction: column;]
expected: FAIL
[scrollHeight with negative margins: display: flex; overflow: auto; direction: ltr; flex-direction: column;]
expected: FAIL
[scrollWidth with negative margins: display: flex; overflow: scroll; direction: ltr; flex-direction: column;]
expected: FAIL
[scrollHeight with negative margins: display: flex; overflow: scroll; direction: ltr; flex-direction: column;]
expected: FAIL
[scrollWidth with negative margins: display: flex; overflow: visible; direction: rtl; flex-direction: column;]
expected: FAIL
[scrollHeight with negative margins: display: flex; overflow: visible; direction: rtl; flex-direction: column;]
expected: FAIL
[scrollWidth with negative margins: display: flex; overflow: hidden; direction: rtl; flex-direction: column;]
expected: FAIL
[scrollHeight with negative margins: display: flex; overflow: hidden; direction: rtl; flex-direction: column;]
expected: FAIL
[scrollWidth with negative margins: display: flex; overflow: auto; direction: rtl; flex-direction: column;]
expected: FAIL
[scrollHeight with negative margins: display: flex; overflow: auto; direction: rtl; flex-direction: column;]
expected: FAIL
[scrollWidth with negative margins: display: flex; overflow: scroll; direction: rtl; flex-direction: column;]
expected: FAIL
[scrollHeight with negative margins: display: flex; overflow: scroll; direction: rtl; flex-direction: column;]
expected: FAIL
[scrollWidth with negative margins: display: flex; overflow: visible; direction: ltr; flex-flow: column wrap-reverse;]
expected: FAIL
[scrollHeight with negative margins: display: flex; overflow: visible; direction: ltr; flex-flow: column wrap-reverse;]
expected: FAIL
[scrollWidth with negative margins: display: flex; overflow: hidden; direction: ltr; flex-flow: column wrap-reverse;]
expected: FAIL
[scrollHeight with negative margins: display: flex; overflow: hidden; direction: ltr; flex-flow: column wrap-reverse;]
expected: FAIL
[scrollWidth with negative margins: display: flex; overflow: auto; direction: ltr; flex-flow: column wrap-reverse;]
expected: FAIL
[scrollHeight with negative margins: display: flex; overflow: auto; direction: ltr; flex-flow: column wrap-reverse;]
expected: FAIL
[scrollWidth with negative margins: display: flex; overflow: scroll; direction: ltr; flex-flow: column wrap-reverse;]
expected: FAIL
[scrollHeight with negative margins: display: flex; overflow: scroll; direction: ltr; flex-flow: column wrap-reverse;]
expected: FAIL
[scrollWidth with negative margins: display: flex; overflow: visible; direction: rtl; flex-flow: column wrap-reverse;]
expected: FAIL
[scrollHeight with negative margins: display: flex; overflow: visible; direction: rtl; flex-flow: column wrap-reverse;]
expected: FAIL
[scrollWidth with negative margins: display: flex; overflow: hidden; direction: rtl; flex-flow: column wrap-reverse;]
expected: FAIL
[scrollHeight with negative margins: display: flex; overflow: hidden; direction: rtl; flex-flow: column wrap-reverse;]
expected: FAIL
[scrollWidth with negative margins: display: flex; overflow: auto; direction: rtl; flex-flow: column wrap-reverse;]
expected: FAIL
[scrollHeight with negative margins: display: flex; overflow: auto; direction: rtl; flex-flow: column wrap-reverse;]
expected: FAIL
[scrollWidth with negative margins: display: flex; overflow: scroll; direction: rtl; flex-flow: column wrap-reverse;]
expected: FAIL
[scrollHeight with negative margins: display: flex; overflow: scroll; direction: rtl; flex-flow: column wrap-reverse;]
expected: FAIL
[scrollWidth with negative margins: display: flex; overflow: visible; direction: ltr; flex-direction: column-reverse;]
expected: FAIL
[scrollHeight with negative margins: display: flex; overflow: visible; direction: ltr; flex-direction: column-reverse;]
expected: FAIL
[scrollWidth with negative margins: display: flex; overflow: hidden; direction: ltr; flex-direction: column-reverse;]
expected: FAIL
[scrollHeight with negative margins: display: flex; overflow: hidden; direction: ltr; flex-direction: column-reverse;]
expected: FAIL
[scrollWidth with negative margins: display: flex; overflow: auto; direction: ltr; flex-direction: column-reverse;]
expected: FAIL
[scrollHeight with negative margins: display: flex; overflow: auto; direction: ltr; flex-direction: column-reverse;]
expected: FAIL
[scrollWidth with negative margins: display: flex; overflow: scroll; direction: ltr; flex-direction: column-reverse;]
expected: FAIL
[scrollHeight with negative margins: display: flex; overflow: scroll; direction: ltr; flex-direction: column-reverse;]
expected: FAIL
[scrollWidth with negative margins: display: flex; overflow: visible; direction: rtl; flex-direction: column-reverse;]
expected: FAIL
[scrollHeight with negative margins: display: flex; overflow: visible; direction: rtl; flex-direction: column-reverse;]
expected: FAIL
[scrollWidth with negative margins: display: flex; overflow: hidden; direction: rtl; flex-direction: column-reverse;]
expected: FAIL
[scrollHeight with negative margins: display: flex; overflow: hidden; direction: rtl; flex-direction: column-reverse;]
expected: FAIL
[scrollWidth with negative margins: display: flex; overflow: auto; direction: rtl; flex-direction: column-reverse;]
expected: FAIL
[scrollHeight with negative margins: display: flex; overflow: auto; direction: rtl; flex-direction: column-reverse;]
expected: FAIL
[scrollWidth with negative margins: display: flex; overflow: scroll; direction: rtl; flex-direction: column-reverse;]
expected: FAIL
[scrollHeight with negative margins: display: flex; overflow: scroll; direction: rtl; flex-direction: column-reverse;]
expected: FAIL
[scrollWidth with negative margins: display: flex; overflow: visible; direction: ltr; flex-flow: column-reverse wrap-reverse;]
expected: FAIL
[scrollHeight with negative margins: display: flex; overflow: visible; direction: ltr; flex-flow: column-reverse wrap-reverse;]
expected: FAIL
[scrollWidth with negative margins: display: flex; overflow: hidden; direction: ltr; flex-flow: column-reverse wrap-reverse;]
expected: FAIL
[scrollHeight with negative margins: display: flex; overflow: hidden; direction: ltr; flex-flow: column-reverse wrap-reverse;]
expected: FAIL
[scrollWidth with negative margins: display: flex; overflow: auto; direction: ltr; flex-flow: column-reverse wrap-reverse;]
expected: FAIL
[scrollHeight with negative margins: display: flex; overflow: auto; direction: ltr; flex-flow: column-reverse wrap-reverse;]
expected: FAIL
[scrollWidth with negative margins: display: flex; overflow: scroll; direction: ltr; flex-flow: column-reverse wrap-reverse;]
expected: FAIL
[scrollHeight with negative margins: display: flex; overflow: scroll; direction: ltr; flex-flow: column-reverse wrap-reverse;]
expected: FAIL
[scrollWidth with negative margins: display: flex; overflow: visible; direction: rtl; flex-flow: column-reverse wrap-reverse;]
expected: FAIL
[scrollHeight with negative margins: display: flex; overflow: visible; direction: rtl; flex-flow: column-reverse wrap-reverse;]
expected: FAIL
[scrollWidth with negative margins: display: flex; overflow: hidden; direction: rtl; flex-flow: column-reverse wrap-reverse;]
expected: FAIL
[scrollHeight with negative margins: display: flex; overflow: hidden; direction: rtl; flex-flow: column-reverse wrap-reverse;]
expected: FAIL
[scrollWidth with negative margins: display: flex; overflow: auto; direction: rtl; flex-flow: column-reverse wrap-reverse;]
expected: FAIL
[scrollHeight with negative margins: display: flex; overflow: auto; direction: rtl; flex-flow: column-reverse wrap-reverse;]
expected: FAIL
[scrollWidth with negative margins: display: flex; overflow: scroll; direction: rtl; flex-flow: column-reverse wrap-reverse;]
expected: FAIL
[scrollHeight with negative margins: display: flex; overflow: scroll; direction: rtl; flex-flow: column-reverse wrap-reverse;]
expected: FAIL

View file

@ -4,15 +4,3 @@
[Single value flex with non-CSS-wide value should serialize correctly.]
expected: FAIL
[Single value flex with CSS-wide keyword should serialize correctly.]
expected: FAIL
[Multiple values flex with CSS-wide keyword should serialize correctly.]
expected: FAIL
[Multiple values flex with CSS-wide keywords and non-CSS-wide value should serialize correctly.]
expected: FAIL
[Multiple values flex with CSS-wide and two non-CSS-wide-keyword values should serialize correctly.]
expected: FAIL

View file

@ -1,2 +0,0 @@
[fieldset-baseline.html]
expected: FAIL

View file

@ -1,6 +0,0 @@
[fieldset-flexbox.html]
[Inline flex]
expected: FAIL
[Dynamic change of flex-direction]
expected: FAIL

View file

@ -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

View file

@ -1,10 +1,4 @@
[legend-grid-flex-multicol.html]
[flex]
expected: FAIL
[inline-flex]
expected: FAIL
[grid]
expected: FAIL

View file

@ -1,2 +0,0 @@
[details-display-type-002.html]
expected: FAIL

View file

@ -4,12 +4,3 @@
[display of details element can be changed]
expected: FAIL
[display of first summary child of details can be changed]
expected: FAIL
[display of other summary element in details can be changed]
expected: FAIL
[display of summary element outside details can be changed]
expected: FAIL

View file

@ -1,2 +0,0 @@
[summary-display-flex.html]
expected: FAIL

View file

@ -116,42 +116,9 @@
[computed display of <button type=submit> with display: inline-grid]
expected: FAIL
[computed display of <input type=reset> with display: flex]
expected: FAIL
[computed display of <input type=button> with display: flex]
expected: FAIL
[computed display of <input type=submit> with display: flex]
expected: FAIL
[computed display of <input type=color> with display: flex]
expected: FAIL
[computed display of <button type=submit> with display: flex]
expected: FAIL
[computed display of <input type=reset> with display: inline-flex]
expected: FAIL
[computed display of <input type=button> with display: inline-flex]
expected: FAIL
[computed display of <input type=submit> with display: inline-flex]
expected: FAIL
[computed display of <input type=color> with display: inline-flex]
expected: FAIL
[computed display of <button type=submit> with display: inline-flex]
expected: FAIL
[computed display of <input type=image> with display: contents]
expected: FAIL
[computed display of <input type=image> with display: flex]
expected: FAIL
[computed display of <input type=image> with display: grid]
expected: FAIL
@ -170,9 +137,6 @@
[computed display of <input type=image> with display: ruby-text-container]
expected: FAIL
[computed display of <input type=image> with display: inline-flex]
expected: FAIL
[computed display of <input type=image> with display: inline-grid]
expected: FAIL

View file

@ -1,9 +1,3 @@
[flex.html]
[inline-flex]
expected: FAIL
[flex]
expected: FAIL
[align-items:stretch should work]
expected: FAIL

View file

@ -1,2 +0,0 @@
[flex_nochild.html]
expected: FAIL

View file

@ -1,2 +0,0 @@
[flex_row_direction.html]
expected: FAIL

View file

@ -2,12 +2,6 @@
[calc for column-width]
expected: FAIL
[calc for column-gap]
expected: FAIL
[calc for order]
expected: FAIL
[calc for column-count]
expected: FAIL