servo/tests/wpt/meta/css/css-pseudo/parsing/tree-abiding-pseudo-elements.html.ini
Martin Robinson 2b63e60e8f
layout: Add initial support for the ::marker pseudo-element (#36317)
This change adds support for the `::marker` pseudo-element and ensure
that
markers are cached into the box tree. This is only initial support,
there are a few
things missing such as animations, transitions, and support the
`content` CSS
property.

Testing: There are WPT tests for this change.

Signed-off-by: Martin Robinson <mrobinson@igalia.com>

Signed-off-by: Martin Robinson <mrobinson@igalia.com>
2025-04-07 17:49:05 +00:00

30 lines
799 B
INI
Vendored

[tree-abiding-pseudo-elements.html]
["::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