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