Enable more css tests (#31469)

* Enable more css tests

In particular, these directories are no longer skipped:
 - CSS1 (has no tests)
 - css-box (except margin-trim)
 - css-cascade
 - css-display (except run-in)
 - css-easing
 - css-env
 - css-lists
 - css-namespaces
 - css-overflow
 - css-pseudo
 - css-sizing (except aspect-ratio and contain-intrinsic-size)
 - css-syntax
 - reference
 - support (has no tests)

* Sort list properly

* Explicitly list skipped directories

* Do not skip css tests by default

* Add expectations
This commit is contained in:
Oriol Brufau 2024-03-01 08:49:39 +01:00 committed by GitHub
parent 0beec63c86
commit 2b1d342102
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
1357 changed files with 17727 additions and 66 deletions

View file

@ -0,0 +1,126 @@
[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
[Web Animations: property <display> from [none\] to [flex\] at (0) should be [block\]]
expected: FAIL
[Web Animations: property <display> from [none\] to [flex\] at (0.3) should be [block\]]
expected: FAIL
[Web Animations: property <display> from [none\] to [flex\] at (0.5) should be [block\]]
expected: FAIL
[Web Animations: property <display> from [none\] to [flex\] at (0.6) should be [block\]]
expected: FAIL
[Web Animations: property <display> from [none\] to [flex\] at (1) should be [block\]]
expected: FAIL
[Web Animations: property <display> from [none\] to [flex\] at (1.5) should be [block\]]
expected: FAIL

View file

@ -0,0 +1,42 @@
[display-interpolation.tentative.html]
[CSS Animations: property <display> from [grid\] to [flex\] at (-0.3) should be [grid\]]
expected: FAIL
[CSS Animations: property <display> from [grid\] to [flex\] at (0) should be [grid\]]
expected: FAIL
[CSS Animations: property <display> from [grid\] to [flex\] at (0.3) should be [grid\]]
expected: FAIL
[CSS Animations: property <display> from [grid\] to [flex\] at (0.5) should be [flex\]]
expected: FAIL
[CSS Animations: property <display> from [grid\] to [flex\] at (0.6) should be [flex\]]
expected: FAIL
[CSS Animations: property <display> from [grid\] to [flex\] at (1) should be [flex\]]
expected: FAIL
[CSS Animations: property <display> from [grid\] to [flex\] at (1.5) should be [flex\]]
expected: FAIL
[Web Animations: property <display> from [grid\] to [flex\] at (-0.3) should be [grid\]]
expected: FAIL
[Web Animations: property <display> from [grid\] to [flex\] at (0) should be [grid\]]
expected: FAIL
[Web Animations: property <display> from [grid\] to [flex\] at (0.3) should be [grid\]]
expected: FAIL
[Web Animations: property <display> from [grid\] to [flex\] at (0.5) should be [flex\]]
expected: FAIL
[Web Animations: property <display> from [grid\] to [flex\] at (0.6) should be [flex\]]
expected: FAIL
[Web Animations: property <display> from [grid\] to [flex\] at (1) should be [flex\]]
expected: FAIL
[Web Animations: property <display> from [grid\] to [flex\] at (1.5) should be [flex\]]
expected: FAIL

View file

@ -0,0 +1,2 @@
[display-change-object-iframe.html]
expected: TIMEOUT

View file

@ -0,0 +1,2 @@
[display-contents-before-after-001.html]
expected: FAIL

View file

@ -0,0 +1,2 @@
[display-contents-before-after-002.html]
expected: FAIL

View file

@ -0,0 +1,2 @@
[display-contents-before-after-003.html]
expected: FAIL

View file

@ -0,0 +1,3 @@
[display-contents-blockify-dynamic.html]
[Dynamic changes to `display` causing blockification of children are handled correctly]
expected: FAIL

View file

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

View file

@ -0,0 +1,2 @@
[display-contents-dynamic-before-after-001.html]
expected: FAIL

View file

@ -0,0 +1,2 @@
[display-contents-dynamic-before-after-first-letter-001.html]
expected: FAIL

View file

@ -0,0 +1,2 @@
[display-contents-dynamic-fieldset-legend-001.html]
expected: FAIL

View file

@ -0,0 +1,2 @@
[display-contents-dynamic-flex-002-inline.html]
expected: FAIL

View file

@ -0,0 +1,2 @@
[display-contents-dynamic-flex-002-none.html]
expected: FAIL

View file

@ -0,0 +1,2 @@
[display-contents-dynamic-flex-003-inline.html]
expected: FAIL

View file

@ -0,0 +1,2 @@
[display-contents-dynamic-flex-003-none.html]
expected: FAIL

View file

@ -0,0 +1,2 @@
[display-contents-dynamic-inline-flex-001-inline.html]
expected: FAIL

View file

@ -0,0 +1,2 @@
[display-contents-dynamic-inline-flex-001-none.html]
expected: FAIL

View file

@ -0,0 +1,2 @@
[display-contents-dynamic-list-001-inline.html]
expected: FAIL

View file

@ -0,0 +1,2 @@
[display-contents-dynamic-list-001-none.html]
expected: FAIL

View file

@ -0,0 +1,2 @@
[display-contents-dynamic-table-001-inline.html]
expected: FAIL

View file

@ -0,0 +1,2 @@
[display-contents-dynamic-table-001-none.html]
expected: FAIL

View file

@ -0,0 +1,2 @@
[display-contents-dynamic-table-002-inline.html]
expected: FAIL

View file

@ -0,0 +1,2 @@
[display-contents-dynamic-table-002-none.html]
expected: FAIL

View file

@ -0,0 +1,2 @@
[display-contents-fieldset-nested-legend.html]
expected: FAIL

View file

@ -0,0 +1,2 @@
[display-contents-first-letter-001.html]
expected: FAIL

View file

@ -0,0 +1,2 @@
[display-contents-first-letter-002.html]
expected: FAIL

View file

@ -0,0 +1,2 @@
[display-contents-first-line-001.html]
expected: FAIL

View file

@ -0,0 +1,2 @@
[display-contents-first-line-002.html]
expected: FAIL

View file

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

View file

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

View file

@ -0,0 +1,2 @@
[display-contents-inline-001.html]
expected: FAIL

View file

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

View file

@ -0,0 +1,2 @@
[display-contents-line-height.html]
expected: FAIL

View file

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

View file

@ -0,0 +1,2 @@
[display-contents-shadow-dom-1.html]
expected: TIMEOUT

View file

@ -0,0 +1,2 @@
[display-contents-shadow-host-whitespace.html]
expected: FAIL

View file

@ -0,0 +1,2 @@
[display-contents-sharing-001.html]
expected: FAIL

View file

@ -0,0 +1,2 @@
[display-contents-state-change-001.html]
expected: FAIL

View file

@ -0,0 +1,2 @@
[display-contents-suppression-dynamic-001.html]
expected: FAIL

View file

@ -0,0 +1,2 @@
[display-contents-svg-elements.html]
expected: FAIL

View file

@ -0,0 +1,2 @@
[display-contents-table-001.html]
expected: FAIL

View file

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

View file

@ -0,0 +1,2 @@
[display-contents-text-inherit-002.html]
expected: FAIL

View file

@ -0,0 +1,2 @@
[display-contents-text-inherit.html]
expected: FAIL

View file

@ -0,0 +1,2 @@
[display-contents-unusual-html-elements-none.html]
expected: FAIL

View file

@ -0,0 +1,3 @@
[display-first-line-001.html]
[display of first-letter and first-line]
expected: FAIL

View file

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

View file

@ -0,0 +1,2 @@
[display-flow-root-list-item-001.html]
expected: FAIL

View file

@ -0,0 +1,2 @@
[display-inline-dynamic-001.html]
expected: FAIL

View file

@ -0,0 +1,15 @@
[display-math-on-non-mathml-elements.html]
[computed display on <div style="display: math;">]
expected: FAIL
[computed display on <div style="display: inline math;">]
expected: FAIL
[computed display on <div style="display: math inline;">]
expected: FAIL
[computed display on <svg style="display: block math;">]
expected: FAIL
[computed display on <svg style="display: math block;">]
expected: FAIL

View file

@ -0,0 +1,9 @@
[display-math-on-pseudo-elements-001.html]
[computed display on ::before and ::after for <div class="block">]
expected: FAIL
[computed display on ::before and ::after for <math class="block">]
expected: FAIL
[computed display on ::before and ::after for <mrow class="block">]
expected: FAIL

View file

@ -0,0 +1,2 @@
[display-math-on-pseudo-elements-002.html]
expected: FAIL

View file

@ -0,0 +1,192 @@
[display-computed.html]
[Property display value 'grid']
expected: FAIL
[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
[Property display value 'ruby']
expected: FAIL
[Property display value 'ruby-base']
expected: FAIL
[Property display value 'ruby-text']
expected: FAIL
[Property display value 'flow-root list-item']
expected: FAIL
[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
[Property display value 'block grid']
expected: FAIL
[Property display value 'block ruby']
expected: FAIL
[Property display value 'ruby block']
expected: FAIL
[Property display value 'flow-root block list-item']
expected: FAIL
[Property display value 'block flow-root list-item']
expected: FAIL
[Property display value 'flow-root list-item block']
expected: FAIL
[Property display value 'block list-item flow-root']
expected: FAIL
[Property display value 'list-item block flow-root']
expected: FAIL
[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
[Property display value 'inline grid']
expected: FAIL
[Property display value 'inline ruby']
expected: FAIL
[Property display value 'ruby inline']
expected: FAIL
[Property display value 'flow-root inline list-item']
expected: FAIL
[Property display value 'inline flow-root list-item']
expected: FAIL
[Property display value 'flow-root list-item inline']
expected: FAIL
[Property display value 'inline list-item flow-root']
expected: FAIL
[Property display value 'list-item inline flow-root']
expected: FAIL
[Property display value 'list-item flow-root inline']
expected: FAIL
[Property display value 'run-in flow']
expected: FAIL
[Property display value 'flow run-in']
expected: FAIL
[Property display value 'flow-root run-in']
expected: FAIL
[Property display value 'run-in flow-root']
expected: FAIL
[Property display value 'flex run-in']
expected: FAIL
[Property display value 'run-in flex']
expected: FAIL
[Property display value 'grid run-in']
expected: FAIL
[Property display value 'run-in grid']
expected: FAIL
[Property display value 'table run-in']
expected: FAIL
[Property display value 'run-in table']
expected: FAIL
[Property display value 'run-in ruby']
expected: FAIL
[Property display value 'ruby run-in']
expected: FAIL
[Property display value 'run-in list-item']
expected: FAIL
[Property display value 'list-item run-in']
expected: FAIL
[Property display value 'flow run-in list-item']
expected: FAIL
[Property display value 'run-in flow list-item']
expected: FAIL
[Property display value 'flow list-item run-in']
expected: FAIL
[Property display value 'run-in list-item flow']
expected: FAIL
[Property display value 'list-item run-in flow']
expected: FAIL
[Property display value 'list-item flow run-in']
expected: FAIL
[Property display value 'flow-root run-in list-item']
expected: FAIL
[Property display value 'run-in flow-root list-item']
expected: FAIL
[Property display value 'flow-root list-item run-in']
expected: FAIL
[Property display value 'run-in list-item flow-root']
expected: FAIL
[Property display value 'list-item run-in flow-root']
expected: FAIL
[Property display value 'list-item flow-root run-in']
expected: FAIL
[position absolute affects computed display]
expected: FAIL
[position fixed affects computed display]
expected: FAIL
[float left affects computed display]
expected: FAIL
[float right affects computed display]
expected: FAIL

View file

@ -0,0 +1,195 @@
[display-valid.html]
[e.style['display'\] = "grid" should set the property value]
expected: FAIL
[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
[e.style['display'\] = "flow" should set the property value]
expected: FAIL
[e.style['display'\] = "ruby" should set the property value]
expected: FAIL
[e.style['display'\] = "ruby-base" should set the property value]
expected: FAIL
[e.style['display'\] = "ruby-text" should set the property value]
expected: FAIL
[e.style['display'\] = "flow-root list-item" should set the property value]
expected: FAIL
[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
[e.style['display'\] = "block grid" should set the property value]
expected: FAIL
[e.style['display'\] = "block ruby" should set the property value]
expected: FAIL
[e.style['display'\] = "ruby block" should set the property value]
expected: FAIL
[e.style['display'\] = "flow-root block list-item" should set the property value]
expected: FAIL
[e.style['display'\] = "block flow-root list-item" should set the property value]
expected: FAIL
[e.style['display'\] = "flow-root list-item block" should set the property value]
expected: FAIL
[e.style['display'\] = "block list-item flow-root" should set the property value]
expected: FAIL
[e.style['display'\] = "list-item block flow-root" should set the property value]
expected: FAIL
[e.style['display'\] = "list-item flow-root block" should set the property value]
expected: FAIL
[e.style['display'\] = "flow-root inline" should set the property value]
expected: FAIL
[e.style['display'\] = "inline flow-root" 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
[e.style['display'\] = "inline grid" should set the property value]
expected: FAIL
[e.style['display'\] = "table inline" should set the property value]
expected: FAIL
[e.style['display'\] = "inline table" should set the property value]
expected: FAIL
[e.style['display'\] = "inline ruby" should set the property value]
expected: FAIL
[e.style['display'\] = "ruby inline" should set the property value]
expected: FAIL
[e.style['display'\] = "flow-root inline list-item" should set the property value]
expected: FAIL
[e.style['display'\] = "inline flow-root list-item" should set the property value]
expected: FAIL
[e.style['display'\] = "flow-root list-item inline" should set the property value]
expected: FAIL
[e.style['display'\] = "inline list-item flow-root" should set the property value]
expected: FAIL
[e.style['display'\] = "list-item inline flow-root" should set the property value]
expected: FAIL
[e.style['display'\] = "list-item flow-root inline" should set the property value]
expected: FAIL
[e.style['display'\] = "run-in flow" should set the property value]
expected: FAIL
[e.style['display'\] = "flow run-in" should set the property value]
expected: FAIL
[e.style['display'\] = "flow-root run-in" should set the property value]
expected: FAIL
[e.style['display'\] = "run-in flow-root" should set the property value]
expected: FAIL
[e.style['display'\] = "flex run-in" should set the property value]
expected: FAIL
[e.style['display'\] = "run-in flex" should set the property value]
expected: FAIL
[e.style['display'\] = "grid run-in" should set the property value]
expected: FAIL
[e.style['display'\] = "run-in grid" should set the property value]
expected: FAIL
[e.style['display'\] = "table run-in" should set the property value]
expected: FAIL
[e.style['display'\] = "run-in table" should set the property value]
expected: FAIL
[e.style['display'\] = "run-in ruby" should set the property value]
expected: FAIL
[e.style['display'\] = "ruby run-in" should set the property value]
expected: FAIL
[e.style['display'\] = "run-in list-item" should set the property value]
expected: FAIL
[e.style['display'\] = "list-item run-in" should set the property value]
expected: FAIL
[e.style['display'\] = "flow run-in list-item" should set the property value]
expected: FAIL
[e.style['display'\] = "run-in flow list-item" should set the property value]
expected: FAIL
[e.style['display'\] = "flow list-item run-in" should set the property value]
expected: FAIL
[e.style['display'\] = "run-in list-item flow" should set the property value]
expected: FAIL
[e.style['display'\] = "list-item run-in flow" should set the property value]
expected: FAIL
[e.style['display'\] = "list-item flow run-in" should set the property value]
expected: FAIL
[e.style['display'\] = "flow-root run-in list-item" should set the property value]
expected: FAIL
[e.style['display'\] = "run-in flow-root list-item" should set the property value]
expected: FAIL
[e.style['display'\] = "flow-root list-item run-in" should set the property value]
expected: FAIL
[e.style['display'\] = "run-in list-item flow-root" should set the property value]
expected: FAIL
[e.style['display'\] = "list-item run-in flow-root" should set the property value]
expected: FAIL
[e.style['display'\] = "list-item flow-root run-in" should set the property value]
expected: FAIL

View file

@ -0,0 +1,2 @@
[select-4-option-optgroup-display-none.html]
expected: FAIL