mirror of
https://github.com/servo/servo.git
synced 2025-08-06 22:15:33 +01:00
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>
48 lines
943 B
INI
Vendored
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
|