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

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