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,6 @@
[clear-computed.html]
[Property clear value 'inline-start']
expected: FAIL
[Property clear value 'inline-end']
expected: FAIL

View file

@ -0,0 +1,6 @@
[float-computed.html]
[Property float value 'inline-start']
expected: FAIL
[Property float value 'inline-end']
expected: FAIL

View file

@ -0,0 +1,9 @@
[height-valid.html]
[e.style['height'\] = "min-content" should set the property value]
expected: FAIL
[e.style['height'\] = "max-content" should set the property value]
expected: FAIL
[e.style['height'\] = "fit-content" should set the property value]
expected: FAIL

View file

@ -0,0 +1,3 @@
[margin-computed.html]
[Property margin value '30%']
expected: FAIL

View file

@ -0,0 +1,48 @@
[margin-trim-computed.html]
[Property margin-trim value 'none']
expected: FAIL
[Property margin-trim value 'block']
expected: FAIL
[Property margin-trim value 'inline']
expected: FAIL
[Property margin-trim value 'block-start block-end']
expected: FAIL
[Property margin-trim value 'inline-start inline-end']
expected: FAIL
[Property margin-trim value 'block-start']
expected: FAIL
[Property margin-trim value 'block-end']
expected: FAIL
[Property margin-trim value 'inline-start']
expected: FAIL
[Property margin-trim value 'inline-end']
expected: FAIL
[Property margin-trim value 'block-start inline-start']
expected: FAIL
[Property margin-trim value 'inline-start block-start']
expected: FAIL
[Property margin-trim value 'inline-end block-start']
expected: FAIL
[Property margin-trim value 'inline-end block-end']
expected: FAIL
[Property margin-trim value 'block-start block-end inline-start']
expected: FAIL
[Property margin-trim value 'inline-start block-start inline-end block-end']
expected: FAIL
[Property margin-trim value 'inline-start inline-end block-start']
expected: FAIL

View file

@ -0,0 +1,45 @@
[margin-trim.html]
[e.style['margin-trim'\] = "none" should set the property value]
expected: FAIL
[e.style['margin-trim'\] = "block" should set the property value]
expected: FAIL
[e.style['margin-trim'\] = "inline" should set the property value]
expected: FAIL
[e.style['margin-trim'\] = "block-start" should set the property value]
expected: FAIL
[e.style['margin-trim'\] = "block-end" should set the property value]
expected: FAIL
[e.style['margin-trim'\] = "inline-start" should set the property value]
expected: FAIL
[e.style['margin-trim'\] = "inline-end" should set the property value]
expected: FAIL
[e.style['margin-trim'\] = "block-start block-end" should set the property value]
expected: FAIL
[e.style['margin-trim'\] = "inline-start inline-end" should set the property value]
expected: FAIL
[e.style['margin-trim'\] = "block-end block-start" should set the property value]
expected: FAIL
[e.style['margin-trim'\] = "inline-end inline-start" should set the property value]
expected: FAIL
[e.style['margin-trim'\] = "inline-start block-start" should set the property value]
expected: FAIL
[e.style['margin-trim'\] = "inline-end block-start block-end" should set the property value]
expected: FAIL
[e.style['margin-trim'\] = "block-start inline-start block-end inline-end" should set the property value]
expected: FAIL
[e.style['margin-trim'\] = "inline-end block-end inline-start block-start" should set the property value]
expected: FAIL

View file

@ -0,0 +1,9 @@
[max-height-valid.html]
[e.style['max-height'\] = "min-content" should set the property value]
expected: FAIL
[e.style['max-height'\] = "max-content" should set the property value]
expected: FAIL
[e.style['max-height'\] = "fit-content" should set the property value]
expected: FAIL

View file

@ -0,0 +1,9 @@
[max-width-valid.html]
[e.style['max-width'\] = "min-content" should set the property value]
expected: FAIL
[e.style['max-width'\] = "max-content" should set the property value]
expected: FAIL
[e.style['max-width'\] = "fit-content" should set the property value]
expected: FAIL

View file

@ -0,0 +1,15 @@
[padding-computed.html]
[Property padding value '20%']
expected: FAIL
[Property padding value '10px 20% 30% 40px']
expected: FAIL
[Property padding-right value '20%']
expected: FAIL
[Property padding-top value 'calc(10% - 40px)']
expected: FAIL
[Property padding-right value 'calc(10% + 40px)']
expected: FAIL

View file

@ -0,0 +1,9 @@
[width-valid.html]
[e.style['width'\] = "min-content" should set the property value]
expected: FAIL
[e.style['width'\] = "max-content" should set the property value]
expected: FAIL
[e.style['width'\] = "fit-content" should set the property value]
expected: FAIL