diff --git a/components/config/opts.rs b/components/config/opts.rs index 9e146c1375b..d67435213f0 100644 --- a/components/config/opts.rs +++ b/components/config/opts.rs @@ -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 { diff --git a/resources/prefs.json b/resources/prefs.json index bbef61ef194..e63ab646586 100644 --- a/resources/prefs.json +++ b/resources/prefs.json @@ -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, diff --git a/tests/wpt/meta/css/css-backgrounds/background-clip-content-box-002.html.ini b/tests/wpt/meta/css/css-backgrounds/background-clip-content-box-002.html.ini deleted file mode 100644 index 7420129ade6..00000000000 --- a/tests/wpt/meta/css/css-backgrounds/background-clip-content-box-002.html.ini +++ /dev/null @@ -1,2 +0,0 @@ -[background-clip-content-box-002.html] - expected: FAIL diff --git a/tests/wpt/meta/css/css-backgrounds/background-repeat-space-10.html.ini b/tests/wpt/meta/css/css-backgrounds/background-repeat-space-10.html.ini deleted file mode 100644 index d7608c8b318..00000000000 --- a/tests/wpt/meta/css/css-backgrounds/background-repeat-space-10.html.ini +++ /dev/null @@ -1,2 +0,0 @@ -[background-repeat-space-10.html] - expected: FAIL diff --git a/tests/wpt/meta/css/css-backgrounds/background-repeat-space-1a.html.ini b/tests/wpt/meta/css/css-backgrounds/background-repeat-space-1a.html.ini deleted file mode 100644 index acd7769e1a3..00000000000 --- a/tests/wpt/meta/css/css-backgrounds/background-repeat-space-1a.html.ini +++ /dev/null @@ -1,2 +0,0 @@ -[background-repeat-space-1a.html] - expected: FAIL diff --git a/tests/wpt/meta/css/css-backgrounds/background-repeat-space-1b.html.ini b/tests/wpt/meta/css/css-backgrounds/background-repeat-space-1b.html.ini deleted file mode 100644 index 1f32ac46f4c..00000000000 --- a/tests/wpt/meta/css/css-backgrounds/background-repeat-space-1b.html.ini +++ /dev/null @@ -1,2 +0,0 @@ -[background-repeat-space-1b.html] - expected: FAIL diff --git a/tests/wpt/meta/css/css-backgrounds/background-repeat-space-1c.html.ini b/tests/wpt/meta/css/css-backgrounds/background-repeat-space-1c.html.ini deleted file mode 100644 index d83616a2a06..00000000000 --- a/tests/wpt/meta/css/css-backgrounds/background-repeat-space-1c.html.ini +++ /dev/null @@ -1,2 +0,0 @@ -[background-repeat-space-1c.html] - expected: FAIL diff --git a/tests/wpt/meta/css/css-backgrounds/background-repeat-space-3.html.ini b/tests/wpt/meta/css/css-backgrounds/background-repeat-space-3.html.ini deleted file mode 100644 index eb306822177..00000000000 --- a/tests/wpt/meta/css/css-backgrounds/background-repeat-space-3.html.ini +++ /dev/null @@ -1,2 +0,0 @@ -[background-repeat-space-3.html] - expected: FAIL diff --git a/tests/wpt/meta/css/css-backgrounds/background-repeat-space-4.html.ini b/tests/wpt/meta/css/css-backgrounds/background-repeat-space-4.html.ini deleted file mode 100644 index de5213bafbc..00000000000 --- a/tests/wpt/meta/css/css-backgrounds/background-repeat-space-4.html.ini +++ /dev/null @@ -1,2 +0,0 @@ -[background-repeat-space-4.html] - expected: FAIL diff --git a/tests/wpt/meta/css/css-backgrounds/background-repeat-space-5.html.ini b/tests/wpt/meta/css/css-backgrounds/background-repeat-space-5.html.ini deleted file mode 100644 index 793ed2e8dcb..00000000000 --- a/tests/wpt/meta/css/css-backgrounds/background-repeat-space-5.html.ini +++ /dev/null @@ -1,2 +0,0 @@ -[background-repeat-space-5.html] - expected: FAIL diff --git a/tests/wpt/meta/css/css-backgrounds/background-repeat-space-6.html.ini b/tests/wpt/meta/css/css-backgrounds/background-repeat-space-6.html.ini deleted file mode 100644 index 813456c6fbf..00000000000 --- a/tests/wpt/meta/css/css-backgrounds/background-repeat-space-6.html.ini +++ /dev/null @@ -1,2 +0,0 @@ -[background-repeat-space-6.html] - expected: FAIL diff --git a/tests/wpt/meta/css/css-backgrounds/background-repeat-space-7.html.ini b/tests/wpt/meta/css/css-backgrounds/background-repeat-space-7.html.ini deleted file mode 100644 index c7b4df83eb1..00000000000 --- a/tests/wpt/meta/css/css-backgrounds/background-repeat-space-7.html.ini +++ /dev/null @@ -1,2 +0,0 @@ -[background-repeat-space-7.html] - expected: FAIL diff --git a/tests/wpt/meta/css/css-backgrounds/background-repeat-space-9.html.ini b/tests/wpt/meta/css/css-backgrounds/background-repeat-space-9.html.ini deleted file mode 100644 index 39a5650fb75..00000000000 --- a/tests/wpt/meta/css/css-backgrounds/background-repeat-space-9.html.ini +++ /dev/null @@ -1,2 +0,0 @@ -[background-repeat-space-9.html] - expected: FAIL diff --git a/tests/wpt/meta/css/css-display/animations/display-interpolation.html.ini b/tests/wpt/meta/css/css-display/animations/display-interpolation.html.ini index 377e9d16234..fb072a149fd 100644 --- a/tests/wpt/meta/css/css-display/animations/display-interpolation.html.ini +++ b/tests/wpt/meta/css/css-display/animations/display-interpolation.html.ini @@ -1,109 +1,4 @@ [display-interpolation.html] - [CSS Transitions with transition-behavior:allow-discrete: property from [none\] to [flex\] at (-0.3) should be [flex\]] - expected: FAIL - - [CSS Transitions with transition-behavior:allow-discrete: property from [none\] to [flex\] at (0) should be [flex\]] - expected: FAIL - - [CSS Transitions with transition-behavior:allow-discrete: property from [none\] to [flex\] at (0.3) should be [flex\]] - expected: FAIL - - [CSS Transitions with transition-behavior:allow-discrete: property from [none\] to [flex\] at (0.5) should be [flex\]] - expected: FAIL - - [CSS Transitions with transition-behavior:allow-discrete: property from [none\] to [flex\] at (0.6) should be [flex\]] - expected: FAIL - - [CSS Transitions with transition-behavior:allow-discrete: property from [none\] to [flex\] at (1) should be [flex\]] - expected: FAIL - - [CSS Transitions with transition-behavior:allow-discrete: property from [none\] to [flex\] at (1.5) should be [flex\]] - expected: FAIL - - [CSS Transitions with transition-property:all and transition-behavor:allow-discrete: property from [none\] to [flex\] at (-0.3) should be [flex\]] - expected: FAIL - - [CSS Transitions with transition-property:all and transition-behavor:allow-discrete: property from [none\] to [flex\] at (0) should be [flex\]] - expected: FAIL - - [CSS Transitions with transition-property:all and transition-behavor:allow-discrete: property from [none\] to [flex\] at (0.3) should be [flex\]] - expected: FAIL - - [CSS Transitions with transition-property:all and transition-behavor:allow-discrete: property from [none\] to [flex\] at (0.5) should be [flex\]] - expected: FAIL - - [CSS Transitions with transition-property:all and transition-behavor:allow-discrete: property from [none\] to [flex\] at (0.6) should be [flex\]] - expected: FAIL - - [CSS Transitions with transition-property:all and transition-behavor:allow-discrete: property from [none\] to [flex\] at (1) should be [flex\]] - expected: FAIL - - [CSS Transitions with transition-property:all and transition-behavor:allow-discrete: property from [none\] to [flex\] at (1.5) should be [flex\]] - expected: FAIL - - [CSS Transitions: property from [none\] to [flex\] at (-0.3) should be [flex\]] - expected: FAIL - - [CSS Transitions: property from [none\] to [flex\] at (0) should be [flex\]] - expected: FAIL - - [CSS Transitions: property from [none\] to [flex\] at (0.3) should be [flex\]] - expected: FAIL - - [CSS Transitions: property from [none\] to [flex\] at (0.5) should be [flex\]] - expected: FAIL - - [CSS Transitions: property from [none\] to [flex\] at (0.6) should be [flex\]] - expected: FAIL - - [CSS Transitions: property from [none\] to [flex\] at (1) should be [flex\]] - expected: FAIL - - [CSS Transitions: property from [none\] to [flex\] at (1.5) should be [flex\]] - expected: FAIL - - [CSS Transitions with transition: all: property from [none\] to [flex\] at (-0.3) should be [flex\]] - expected: FAIL - - [CSS Transitions with transition: all: property from [none\] to [flex\] at (0) should be [flex\]] - expected: FAIL - - [CSS Transitions with transition: all: property from [none\] to [flex\] at (0.3) should be [flex\]] - expected: FAIL - - [CSS Transitions with transition: all: property from [none\] to [flex\] at (0.5) should be [flex\]] - expected: FAIL - - [CSS Transitions with transition: all: property from [none\] to [flex\] at (0.6) should be [flex\]] - expected: FAIL - - [CSS Transitions with transition: all: property from [none\] to [flex\] at (1) should be [flex\]] - expected: FAIL - - [CSS Transitions with transition: all: property from [none\] to [flex\] at (1.5) should be [flex\]] - expected: FAIL - - [CSS Animations: property from [none\] to [flex\] at (-0.3) should be [block\]] - expected: FAIL - - [CSS Animations: property from [none\] to [flex\] at (0) should be [block\]] - expected: FAIL - - [CSS Animations: property from [none\] to [flex\] at (0.3) should be [block\]] - expected: FAIL - - [CSS Animations: property from [none\] to [flex\] at (0.5) should be [block\]] - expected: FAIL - - [CSS Animations: property from [none\] to [flex\] at (0.6) should be [block\]] - expected: FAIL - - [CSS Animations: property from [none\] to [flex\] at (1) should be [block\]] - expected: FAIL - - [CSS Animations: property from [none\] to [flex\] at (1.5) should be [block\]] - expected: FAIL - [Web Animations: property from [none\] to [flex\] at (-0.3) should be [block\]] expected: FAIL diff --git a/tests/wpt/meta/css/css-display/parsing/display-computed.html.ini b/tests/wpt/meta/css/css-display/parsing/display-computed.html.ini index 86700778353..3d4fabda1b1 100644 --- a/tests/wpt/meta/css/css-display/parsing/display-computed.html.ini +++ b/tests/wpt/meta/css/css-display/parsing/display-computed.html.ini @@ -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 diff --git a/tests/wpt/meta/css/css-display/parsing/display-valid.html.ini b/tests/wpt/meta/css/css-display/parsing/display-valid.html.ini index 2c831e6cfac..3295d2fbbfa 100644 --- a/tests/wpt/meta/css/css-display/parsing/display-valid.html.ini +++ b/tests/wpt/meta/css/css-display/parsing/display-valid.html.ini @@ -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 diff --git a/tests/wpt/meta/css/css-inline/baseline-source/baseline-source-first-001.html.ini b/tests/wpt/meta/css/css-inline/baseline-source/baseline-source-first-001.html.ini index d40433c5d6d..91b24d8c0e0 100644 --- a/tests/wpt/meta/css/css-inline/baseline-source/baseline-source-first-001.html.ini +++ b/tests/wpt/meta/css/css-inline/baseline-source/baseline-source-first-001.html.ini @@ -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 diff --git a/tests/wpt/meta/css/css-inline/baseline-source/baseline-source-first-002.html.ini b/tests/wpt/meta/css/css-inline/baseline-source/baseline-source-first-002.html.ini index da0a1377ccd..11ab5916891 100644 --- a/tests/wpt/meta/css/css-inline/baseline-source/baseline-source-first-002.html.ini +++ b/tests/wpt/meta/css/css-inline/baseline-source/baseline-source-first-002.html.ini @@ -55,3 +55,6 @@ [.target > * 22] expected: FAIL + + [.target > * 12] + expected: FAIL diff --git a/tests/wpt/meta/css/css-inline/baseline-source/baseline-source-first-003.html.ini b/tests/wpt/meta/css/css-inline/baseline-source/baseline-source-first-003.html.ini index c37520bede0..6a2e8d2d3dd 100644 --- a/tests/wpt/meta/css/css-inline/baseline-source/baseline-source-first-003.html.ini +++ b/tests/wpt/meta/css/css-inline/baseline-source/baseline-source-first-003.html.ini @@ -55,3 +55,6 @@ [.target > * 22] expected: FAIL + + [.target > * 12] + expected: FAIL diff --git a/tests/wpt/meta/css/css-inline/baseline-source/baseline-source-last-001.html.ini b/tests/wpt/meta/css/css-inline/baseline-source/baseline-source-last-001.html.ini index 84ce39fc76c..ccf674a1f93 100644 --- a/tests/wpt/meta/css/css-inline/baseline-source/baseline-source-last-001.html.ini +++ b/tests/wpt/meta/css/css-inline/baseline-source/baseline-source-last-001.html.ini @@ -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 diff --git a/tests/wpt/meta/css/css-inline/baseline-source/baseline-source-last-002.html.ini b/tests/wpt/meta/css/css-inline/baseline-source/baseline-source-last-002.html.ini index 96c7c23b0b0..98c50898132 100644 --- a/tests/wpt/meta/css/css-inline/baseline-source/baseline-source-last-002.html.ini +++ b/tests/wpt/meta/css/css-inline/baseline-source/baseline-source-last-002.html.ini @@ -55,3 +55,6 @@ [.target > * 22] expected: FAIL + + [.target > * 12] + expected: FAIL diff --git a/tests/wpt/meta/css/css-inline/baseline-source/baseline-source-last-003.html.ini b/tests/wpt/meta/css/css-inline/baseline-source/baseline-source-last-003.html.ini index 003bbaeb17f..d4801e6eca1 100644 --- a/tests/wpt/meta/css/css-inline/baseline-source/baseline-source-last-003.html.ini +++ b/tests/wpt/meta/css/css-inline/baseline-source/baseline-source-last-003.html.ini @@ -55,3 +55,6 @@ [.target > * 22] expected: FAIL + + [.target > * 12] + expected: FAIL diff --git a/tests/wpt/meta/css/css-lists/list-and-flex-001.html.ini b/tests/wpt/meta/css/css-lists/list-and-flex-001.html.ini new file mode 100644 index 00000000000..ecb9ed980ff --- /dev/null +++ b/tests/wpt/meta/css/css-lists/list-and-flex-001.html.ini @@ -0,0 +1,2 @@ +[list-and-flex-001.html] + expected: FAIL diff --git a/tests/wpt/meta/css/css-overflow/overflow-clip-hit-testing.html.ini b/tests/wpt/meta/css/css-overflow/overflow-clip-hit-testing.html.ini deleted file mode 100644 index 9f2139a74f7..00000000000 --- a/tests/wpt/meta/css/css-overflow/overflow-clip-hit-testing.html.ini +++ /dev/null @@ -1,3 +0,0 @@ -[overflow-clip-hit-testing.html] - [Ensure elements in overflow:visible are returned from elementFromPoint] - expected: FAIL diff --git a/tests/wpt/meta/css/css-position/position-absolute-dynamic-relayout-003.html.ini b/tests/wpt/meta/css/css-position/position-absolute-dynamic-relayout-003.html.ini deleted file mode 100644 index 7c8cf4ff231..00000000000 --- a/tests/wpt/meta/css/css-position/position-absolute-dynamic-relayout-003.html.ini +++ /dev/null @@ -1,2 +0,0 @@ -[position-absolute-dynamic-relayout-003.html] - expected: FAIL diff --git a/tests/wpt/meta/css/css-sizing/aspect-ratio/flex-aspect-ratio-002.html.ini b/tests/wpt/meta/css/css-sizing/aspect-ratio/flex-aspect-ratio-002.html.ini deleted file mode 100644 index e73a37e16ec..00000000000 --- a/tests/wpt/meta/css/css-sizing/aspect-ratio/flex-aspect-ratio-002.html.ini +++ /dev/null @@ -1,2 +0,0 @@ -[flex-aspect-ratio-002.html] - expected: FAIL diff --git a/tests/wpt/meta/css/css-sizing/aspect-ratio/flex-aspect-ratio-018.html.ini b/tests/wpt/meta/css/css-sizing/aspect-ratio/flex-aspect-ratio-018.html.ini deleted file mode 100644 index a1d13465ba8..00000000000 --- a/tests/wpt/meta/css/css-sizing/aspect-ratio/flex-aspect-ratio-018.html.ini +++ /dev/null @@ -1,2 +0,0 @@ -[flex-aspect-ratio-018.html] - expected: FAIL diff --git a/tests/wpt/meta/css/css-sizing/aspect-ratio/flex-aspect-ratio-027.html.ini b/tests/wpt/meta/css/css-sizing/aspect-ratio/flex-aspect-ratio-027.html.ini deleted file mode 100644 index d138f03a7e8..00000000000 --- a/tests/wpt/meta/css/css-sizing/aspect-ratio/flex-aspect-ratio-027.html.ini +++ /dev/null @@ -1,2 +0,0 @@ -[flex-aspect-ratio-027.html] - expected: FAIL diff --git a/tests/wpt/meta/css/css-sizing/aspect-ratio/flex-aspect-ratio-028.html.ini b/tests/wpt/meta/css/css-sizing/aspect-ratio/flex-aspect-ratio-028.html.ini deleted file mode 100644 index 7ef950ecb46..00000000000 --- a/tests/wpt/meta/css/css-sizing/aspect-ratio/flex-aspect-ratio-028.html.ini +++ /dev/null @@ -1,2 +0,0 @@ -[flex-aspect-ratio-028.html] - expected: FAIL diff --git a/tests/wpt/meta/css/css-sizing/aspect-ratio/flex-aspect-ratio-031.html.ini b/tests/wpt/meta/css/css-sizing/aspect-ratio/flex-aspect-ratio-031.html.ini deleted file mode 100644 index be8cad24626..00000000000 --- a/tests/wpt/meta/css/css-sizing/aspect-ratio/flex-aspect-ratio-031.html.ini +++ /dev/null @@ -1,2 +0,0 @@ -[flex-aspect-ratio-031.html] - expected: FAIL diff --git a/tests/wpt/meta/css/css-sizing/aspect-ratio/flex-aspect-ratio-042.html.ini b/tests/wpt/meta/css/css-sizing/aspect-ratio/flex-aspect-ratio-042.html.ini deleted file mode 100644 index 8bbd8ca98a5..00000000000 --- a/tests/wpt/meta/css/css-sizing/aspect-ratio/flex-aspect-ratio-042.html.ini +++ /dev/null @@ -1,2 +0,0 @@ -[flex-aspect-ratio-042.html] - expected: FAIL diff --git a/tests/wpt/meta/css/css-sizing/aspect-ratio/flex-aspect-ratio-044.html.ini b/tests/wpt/meta/css/css-sizing/aspect-ratio/flex-aspect-ratio-044.html.ini deleted file mode 100644 index fd156b32084..00000000000 --- a/tests/wpt/meta/css/css-sizing/aspect-ratio/flex-aspect-ratio-044.html.ini +++ /dev/null @@ -1,2 +0,0 @@ -[flex-aspect-ratio-044.html] - expected: FAIL diff --git a/tests/wpt/meta/css/css-sizing/aspect-ratio/flex-aspect-ratio-049.html.ini b/tests/wpt/meta/css/css-sizing/aspect-ratio/flex-aspect-ratio-049.html.ini deleted file mode 100644 index 38a533c6337..00000000000 --- a/tests/wpt/meta/css/css-sizing/aspect-ratio/flex-aspect-ratio-049.html.ini +++ /dev/null @@ -1,2 +0,0 @@ -[flex-aspect-ratio-049.html] - expected: FAIL diff --git a/tests/wpt/meta/css/css-sizing/aspect-ratio/flex-aspect-ratio-051.html.ini b/tests/wpt/meta/css/css-sizing/aspect-ratio/flex-aspect-ratio-051.html.ini deleted file mode 100644 index 7fc97c88cfc..00000000000 --- a/tests/wpt/meta/css/css-sizing/aspect-ratio/flex-aspect-ratio-051.html.ini +++ /dev/null @@ -1,2 +0,0 @@ -[flex-aspect-ratio-051.html] - expected: FAIL diff --git a/tests/wpt/meta/css/css-sizing/aspect-ratio/flex-aspect-ratio-053.html.ini b/tests/wpt/meta/css/css-sizing/aspect-ratio/flex-aspect-ratio-053.html.ini new file mode 100644 index 00000000000..30c2b531224 --- /dev/null +++ b/tests/wpt/meta/css/css-sizing/aspect-ratio/flex-aspect-ratio-053.html.ini @@ -0,0 +1,2 @@ +[flex-aspect-ratio-053.html] + expected: FAIL diff --git a/tests/wpt/meta/css/css-sizing/aspect-ratio/flex-aspect-ratio-054.html.ini b/tests/wpt/meta/css/css-sizing/aspect-ratio/flex-aspect-ratio-054.html.ini new file mode 100644 index 00000000000..f0adaa43caf --- /dev/null +++ b/tests/wpt/meta/css/css-sizing/aspect-ratio/flex-aspect-ratio-054.html.ini @@ -0,0 +1,2 @@ +[flex-aspect-ratio-054.html] + expected: FAIL diff --git a/tests/wpt/meta/css/css-sizing/aspect-ratio/intrinsic-size-009.html.ini b/tests/wpt/meta/css/css-sizing/aspect-ratio/intrinsic-size-009.html.ini deleted file mode 100644 index 05be06b68b6..00000000000 --- a/tests/wpt/meta/css/css-sizing/aspect-ratio/intrinsic-size-009.html.ini +++ /dev/null @@ -1,2 +0,0 @@ -[intrinsic-size-009.html] - expected: FAIL diff --git a/tests/wpt/meta/css/css-sizing/button-min-width.html.ini b/tests/wpt/meta/css/css-sizing/button-min-width.html.ini new file mode 100644 index 00000000000..fad434666f5 --- /dev/null +++ b/tests/wpt/meta/css/css-sizing/button-min-width.html.ini @@ -0,0 +1,3 @@ +[button-min-width.html] + [min-width should force all buttons to be 200px wide] + expected: FAIL diff --git a/tests/wpt/meta/css/css-sizing/percentage-height-in-flexbox.html.ini b/tests/wpt/meta/css/css-sizing/percentage-height-in-flexbox.html.ini index f2b5e11770e..6c217acd6dd 100644 --- a/tests/wpt/meta/css/css-sizing/percentage-height-in-flexbox.html.ini +++ b/tests/wpt/meta/css/css-sizing/percentage-height-in-flexbox.html.ini @@ -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 diff --git a/tests/wpt/meta/css/css-tables/tentative/table-fixed-minmax.html.ini b/tests/wpt/meta/css/css-tables/tentative/table-fixed-minmax.html.ini index 40f8e5406d2..cae34baeca1 100644 --- a/tests/wpt/meta/css/css-tables/tentative/table-fixed-minmax.html.ini +++ b/tests/wpt/meta/css/css-tables/tentative/table-fixed-minmax.html.ini @@ -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 diff --git a/tests/wpt/meta/css/css-tables/tentative/table-minmax.html.ini b/tests/wpt/meta/css/css-tables/tentative/table-minmax.html.ini index 8b849af0f55..9e69b5a5022 100644 --- a/tests/wpt/meta/css/css-tables/tentative/table-minmax.html.ini +++ b/tests/wpt/meta/css/css-tables/tentative/table-minmax.html.ini @@ -2,9 +2,6 @@ [table 2] expected: FAIL - [table 5] - expected: FAIL - [table 1] expected: FAIL diff --git a/tests/wpt/meta/css/css-text-decor/text-decoration-thickness-calc.html.ini b/tests/wpt/meta/css/css-text-decor/text-decoration-thickness-calc.html.ini deleted file mode 100644 index 770239f2665..00000000000 --- a/tests/wpt/meta/css/css-text-decor/text-decoration-thickness-calc.html.ini +++ /dev/null @@ -1,2 +0,0 @@ -[text-decoration-thickness-calc.html] - expected: FAIL diff --git a/tests/wpt/meta/css/css-text/text-indent/anonymous-flex-item-001.html.ini b/tests/wpt/meta/css/css-text/text-indent/anonymous-flex-item-001.html.ini deleted file mode 100644 index b22638a8537..00000000000 --- a/tests/wpt/meta/css/css-text/text-indent/anonymous-flex-item-001.html.ini +++ /dev/null @@ -1,2 +0,0 @@ -[anonymous-flex-item-001.html] - expected: FAIL diff --git a/tests/wpt/meta/css/css-values/calc-rounding-002.html.ini b/tests/wpt/meta/css/css-values/calc-rounding-002.html.ini new file mode 100644 index 00000000000..4c6fc94a159 --- /dev/null +++ b/tests/wpt/meta/css/css-values/calc-rounding-002.html.ini @@ -0,0 +1,2 @@ +[calc-rounding-002.html] + expected: FAIL diff --git a/tests/wpt/meta/css/css-values/calc-size/calc-size-flex-basis-on-column.html.ini b/tests/wpt/meta/css/css-values/calc-size/calc-size-flex-basis-on-column.html.ini index 5155f5a5804..8deb6bc34cd 100644 --- a/tests/wpt/meta/css/css-values/calc-size/calc-size-flex-basis-on-column.html.ini +++ b/tests/wpt/meta/css/css-values/calc-size/calc-size-flex-basis-on-column.html.ini @@ -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 diff --git a/tests/wpt/meta/css/css-values/calc-size/calc-size-flex-basis-on-row.html.ini b/tests/wpt/meta/css/css-values/calc-size/calc-size-flex-basis-on-row.html.ini index 326bee09871..5ad80445253 100644 --- a/tests/wpt/meta/css/css-values/calc-size/calc-size-flex-basis-on-row.html.ini +++ b/tests/wpt/meta/css/css-values/calc-size/calc-size-flex-basis-on-row.html.ini @@ -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 diff --git a/tests/wpt/meta/css/css-values/integer_interpolation_round_half_001.html.ini b/tests/wpt/meta/css/css-values/integer_interpolation_round_half_001.html.ini deleted file mode 100644 index 4dce4c4b9db..00000000000 --- a/tests/wpt/meta/css/css-values/integer_interpolation_round_half_001.html.ini +++ /dev/null @@ -1,3 +0,0 @@ -[integer_interpolation_round_half_001.html] - [Integer interpolation should be rounded towards positive infinity] - expected: FAIL diff --git a/tests/wpt/meta/css/css-values/integer_interpolation_round_half_towards_positive_infinity_order.html.ini b/tests/wpt/meta/css/css-values/integer_interpolation_round_half_towards_positive_infinity_order.html.ini deleted file mode 100644 index 3b874030901..00000000000 --- a/tests/wpt/meta/css/css-values/integer_interpolation_round_half_towards_positive_infinity_order.html.ini +++ /dev/null @@ -1,3 +0,0 @@ -[integer_interpolation_round_half_towards_positive_infinity_order.html] - [Integer interpolation should be rounded towards positive infinity] - expected: FAIL diff --git a/tests/wpt/meta/css/cssom-view/elementFromPoint-subpixel.html.ini b/tests/wpt/meta/css/cssom-view/elementFromPoint-subpixel.html.ini deleted file mode 100644 index 687fc85f9ee..00000000000 --- a/tests/wpt/meta/css/cssom-view/elementFromPoint-subpixel.html.ini +++ /dev/null @@ -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 diff --git a/tests/wpt/meta/css/cssom-view/scrollWidthHeight-negative-margin-002.html.ini b/tests/wpt/meta/css/cssom-view/scrollWidthHeight-negative-margin-002.html.ini index 7bbbb3184aa..b283b02b908 100644 --- a/tests/wpt/meta/css/cssom-view/scrollWidthHeight-negative-margin-002.html.ini +++ b/tests/wpt/meta/css/cssom-view/scrollWidthHeight-negative-margin-002.html.ini @@ -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 diff --git a/tests/wpt/meta/css/cssom/flex-serialization.html.ini b/tests/wpt/meta/css/cssom/flex-serialization.html.ini index 1c50d3d35b8..8cffedde1f9 100644 --- a/tests/wpt/meta/css/cssom/flex-serialization.html.ini +++ b/tests/wpt/meta/css/cssom/flex-serialization.html.ini @@ -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 diff --git a/tests/wpt/meta/html/rendering/non-replaced-elements/the-fieldset-and-legend-elements/fieldset-baseline.html.ini b/tests/wpt/meta/html/rendering/non-replaced-elements/the-fieldset-and-legend-elements/fieldset-baseline.html.ini deleted file mode 100644 index bc427012c45..00000000000 --- a/tests/wpt/meta/html/rendering/non-replaced-elements/the-fieldset-and-legend-elements/fieldset-baseline.html.ini +++ /dev/null @@ -1,2 +0,0 @@ -[fieldset-baseline.html] - expected: FAIL diff --git a/tests/wpt/meta/html/rendering/non-replaced-elements/the-fieldset-and-legend-elements/fieldset-flexbox.html.ini b/tests/wpt/meta/html/rendering/non-replaced-elements/the-fieldset-and-legend-elements/fieldset-flexbox.html.ini deleted file mode 100644 index daf87f4dcdd..00000000000 --- a/tests/wpt/meta/html/rendering/non-replaced-elements/the-fieldset-and-legend-elements/fieldset-flexbox.html.ini +++ /dev/null @@ -1,6 +0,0 @@ -[fieldset-flexbox.html] - [Inline flex] - expected: FAIL - - [Dynamic change of flex-direction] - expected: FAIL diff --git a/tests/wpt/meta/html/rendering/non-replaced-elements/the-fieldset-and-legend-elements/legend-display.html.ini b/tests/wpt/meta/html/rendering/non-replaced-elements/the-fieldset-and-legend-elements/legend-display.html.ini index f2d42322408..8e75c6f5c34 100644 --- a/tests/wpt/meta/html/rendering/non-replaced-elements/the-fieldset-and-legend-elements/legend-display.html.ini +++ b/tests/wpt/meta/html/rendering/non-replaced-elements/the-fieldset-and-legend-elements/legend-display.html.ini @@ -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 diff --git a/tests/wpt/meta/html/rendering/non-replaced-elements/the-fieldset-and-legend-elements/legend-grid-flex-multicol.html.ini b/tests/wpt/meta/html/rendering/non-replaced-elements/the-fieldset-and-legend-elements/legend-grid-flex-multicol.html.ini index a714daf30d3..256f627d7cd 100644 --- a/tests/wpt/meta/html/rendering/non-replaced-elements/the-fieldset-and-legend-elements/legend-grid-flex-multicol.html.ini +++ b/tests/wpt/meta/html/rendering/non-replaced-elements/the-fieldset-and-legend-elements/legend-grid-flex-multicol.html.ini @@ -1,10 +1,4 @@ [legend-grid-flex-multicol.html] - [flex] - expected: FAIL - - [inline-flex] - expected: FAIL - [grid] expected: FAIL diff --git a/tests/wpt/meta/html/rendering/the-details-element/details-display-type-002.html.ini b/tests/wpt/meta/html/rendering/the-details-element/details-display-type-002.html.ini deleted file mode 100644 index 3bc82b94d69..00000000000 --- a/tests/wpt/meta/html/rendering/the-details-element/details-display-type-002.html.ini +++ /dev/null @@ -1,2 +0,0 @@ -[details-display-type-002.html] - expected: FAIL diff --git a/tests/wpt/meta/html/rendering/the-details-element/details-display.html.ini b/tests/wpt/meta/html/rendering/the-details-element/details-display.html.ini index 3b75395f3cb..31d0648af61 100644 --- a/tests/wpt/meta/html/rendering/the-details-element/details-display.html.ini +++ b/tests/wpt/meta/html/rendering/the-details-element/details-display.html.ini @@ -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 diff --git a/tests/wpt/meta/html/rendering/the-details-element/summary-display-flex.html.ini b/tests/wpt/meta/html/rendering/the-details-element/summary-display-flex.html.ini deleted file mode 100644 index 285f423f5d9..00000000000 --- a/tests/wpt/meta/html/rendering/the-details-element/summary-display-flex.html.ini +++ /dev/null @@ -1,2 +0,0 @@ -[summary-display-flex.html] - expected: FAIL diff --git a/tests/wpt/meta/html/rendering/widgets/button-layout/computed-style.html.ini b/tests/wpt/meta/html/rendering/widgets/button-layout/computed-style.html.ini index 84c6031ba81..d1d5c9bd70c 100644 --- a/tests/wpt/meta/html/rendering/widgets/button-layout/computed-style.html.ini +++ b/tests/wpt/meta/html/rendering/widgets/button-layout/computed-style.html.ini @@ -116,42 +116,9 @@ [computed display of