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,39 @@
[highlight-pseudos.html]
["::part(my-part)::selection" should be a valid selector]
expected: FAIL
["::target-text" should be a valid selector]
expected: FAIL
[".a::target-text" should be a valid selector]
expected: FAIL
["div ::target-text" should be a valid selector]
expected: FAIL
["::part(my-part)::target-text" should be a valid selector]
expected: FAIL
["::spelling-error" should be a valid selector]
expected: FAIL
[".a::spelling-error" should be a valid selector]
expected: FAIL
["div ::spelling-error" should be a valid selector]
expected: FAIL
["::part(my-part)::spelling-error" should be a valid selector]
expected: FAIL
["::grammar-error" should be a valid selector]
expected: FAIL
[".a::grammar-error" should be a valid selector]
expected: FAIL
["div ::grammar-error" should be a valid selector]
expected: FAIL
["::part(my-part)::grammar-error" should be a valid selector]
expected: FAIL

View file

@ -0,0 +1,2 @@
[marker-supported-properties-in-animation.html]
expected: ERROR

View file

@ -0,0 +1,186 @@
[marker-supported-properties.html]
[Property font value 'italic small-caps 900 expanded 25px / 50px Ahem' in ::marker]
expected: FAIL
[Property font-family value 'Ahem' in ::marker]
expected: FAIL
[Property font-feature-settings value '"smcp"' in ::marker]
expected: FAIL
[Property font-kerning value 'none' in ::marker]
expected: FAIL
[Property font-size value '25px' in ::marker]
expected: FAIL
[Property font-size-adjust value '1' in ::marker]
expected: FAIL
[Property font-stretch value 'expanded' in ::marker]
expected: FAIL
[Property font-style value 'italic' in ::marker]
expected: FAIL
[Property font-synthesis value 'none' in ::marker]
expected: FAIL
[Property font-synthesis-small-caps value 'none' in ::marker]
expected: FAIL
[Property font-synthesis-style value 'none' in ::marker]
expected: FAIL
[Property font-synthesis-weight value 'none' in ::marker]
expected: FAIL
[Property font-variant value 'small-caps' in ::marker]
expected: FAIL
[Property font-variant-caps value 'small-caps' in ::marker]
expected: FAIL
[Property font-variant-east-asian value 'full-width' in ::marker]
expected: FAIL
[Property font-variant-ligatures value 'historical-ligatures' in ::marker]
expected: FAIL
[Property font-variant-numeric value 'slashed-zero' in ::marker]
expected: FAIL
[Property font-variant-position value 'sub' in ::marker]
expected: FAIL
[Property font-weight value '900' in ::marker]
expected: FAIL
[Property line-height value '50px' in ::marker]
expected: FAIL
[Property white-space value 'nowrap' in ::marker]
expected: FAIL
[Property color value 'rgb(0, 100, 200)' in ::marker]
expected: FAIL
[Property text-combine-upright value 'all' in ::marker]
expected: FAIL
[Property unicode-bidi value 'plaintext' in ::marker]
expected: FAIL
[Property direction value 'rtl' in ::marker]
expected: FAIL
[Property content value '"foo"' in ::marker]
expected: FAIL
[Property animation value '1s linear 2s infinite alternate forwards paused anim' in ::marker]
expected: FAIL
[Property animation-delay value '1s' in ::marker]
expected: FAIL
[Property animation-direction value 'alternate' in ::marker]
expected: FAIL
[Property animation-duration value '2s' in ::marker]
expected: FAIL
[Property animation-fill-mode value 'forwards' in ::marker]
expected: FAIL
[Property animation-iteration-count value 'infinite' in ::marker]
expected: FAIL
[Property animation-name value 'anim' in ::marker]
expected: FAIL
[Property animation-play-state value 'paused' in ::marker]
expected: FAIL
[Property animation-timing-function value 'linear' in ::marker]
expected: FAIL
[Property animation-composition value 'add' in ::marker]
expected: FAIL
[Property transition value 'display 1s linear 2s' in ::marker]
expected: FAIL
[Property transition-delay value '1s' in ::marker]
expected: FAIL
[Property transition-duration value '2s' in ::marker]
expected: FAIL
[Property transition-property value 'display' in ::marker]
expected: FAIL
[Property transition-timing-function value 'linear' in ::marker]
expected: FAIL
[Property hyphens value 'none' in ::marker]
expected: FAIL
[Property letter-spacing value '10px' in ::marker]
expected: FAIL
[Property line-break value 'anywhere' in ::marker]
expected: FAIL
[Property overflow-wrap value 'anywhere' in ::marker]
expected: FAIL
[Property tab-size value '10px' in ::marker]
expected: FAIL
[Property text-transform value 'uppercase' in ::marker]
expected: FAIL
[Property word-break value 'break-word' in ::marker]
expected: FAIL
[Property word-spacing value '10px' in ::marker]
expected: FAIL
[Property text-decoration-skip-ink value 'none' in ::marker]
expected: FAIL
[Property text-emphasis value 'dot rgb(0, 255, 0)' in ::marker]
expected: FAIL
[Property text-emphasis-color value 'rgb(0, 255, 0)' in ::marker]
expected: FAIL
[Property text-emphasis-position value 'under left' in ::marker]
expected: FAIL
[Property text-emphasis-style value 'dot' in ::marker]
expected: FAIL
[Property text-shadow value 'rgb(0, 255, 0) 1px 2px 3px' in ::marker]
expected: FAIL
[Property display value 'none' in ::marker]
expected: FAIL
[Property position value 'absolute' in ::marker]
expected: FAIL
[Property float value 'right' in ::marker]
expected: FAIL
[Property list-style value 'inside url('foo') decimal' in ::marker]
expected: FAIL
[Property list-style-image value 'url('foo')' in ::marker]
expected: FAIL
[Property list-style-position value 'inside' in ::marker]
expected: FAIL
[Property list-style-type value 'decimal' in ::marker]
expected: FAIL

View file

@ -0,0 +1,39 @@
[tree-abiding-pseudo-elements.html]
["::marker" should be a valid selector]
expected: FAIL
["*::marker" should be a valid selector]
expected: FAIL
["foo.bar[baz\]::marker" should be a valid selector]
expected: FAIL
["::placeholder" should be a valid selector]
expected: FAIL
["*::placeholder" should be a valid selector]
expected: FAIL
["foo.bar[baz\]::placeholder" should be a valid selector]
expected: FAIL
["::file-selector-button" should be a valid selector]
expected: FAIL
["::file-selector-button:hover" should be a valid selector]
expected: FAIL
["::file-selector-button:focus" should be a valid selector]
expected: FAIL
["::file-selector-button:active" should be a valid selector]
expected: FAIL
["::file-selector-button:is(:hover)" should be a valid selector]
expected: FAIL
["::before::marker" should be a valid selector]
expected: FAIL
["::after::marker" should be a valid selector]
expected: FAIL