servo/tests/wpt/meta/css/css-cascade/scope-evaluation.html.ini
Martin Robinson 0eda2de19f
style: Add support for is() and where() selectors (#34066)
Additionally, changes now need to be made to `servo.css` in order to
ensure that `<button>` text is centered the same way that it is for
`<input type=button>`. In the past the rule for centering text for the
latter was ignored because it used `:is()`.

Signed-off-by: Martin Robinson <mrobinson@igalia.com>
2024-11-19 14:05:46 +00:00

48 lines
943 B
INI
Vendored

[scope-evaluation.html]
[Single scope]
expected: FAIL
[Selecting self with :scope]
expected: FAIL
[Single scope with limit]
expected: FAIL
[Single scope, :scope pseudo in main selector]
expected: FAIL
[Single scope, :scope pseudo in to-selector]
expected: FAIL
[Multiple scopes, :scope pseudo in to-selector]
expected: FAIL
[Inner @scope with :scope in from-selector]
expected: FAIL
[Multiple scopes from same @scope-rule, only one limited]
expected: FAIL
[Nested scopes]
expected: FAIL
[Nested scopes, with to-selector]
expected: FAIL
[:scope selecting itself]
expected: FAIL
[The scoping limit is not in scope]
expected: FAIL
[Simulated inclusive scoping limit]
expected: FAIL
[Relative selector inside @scope]
expected: FAIL
[Scope root with :has()]
expected: FAIL
[Any scope limit makes the element out of scope]
expected: FAIL