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>
42 lines
781 B
INI
Vendored
42 lines
781 B
INI
Vendored
[scope-visited-cssom.html]
|
|
[:link as scoped selector]
|
|
expected: FAIL
|
|
|
|
[:visited as scoped selector]
|
|
expected: FAIL
|
|
|
|
[:not(:link) as scoped selector]
|
|
expected: FAIL
|
|
|
|
[:not(:visited) as scoped selector]
|
|
expected: FAIL
|
|
|
|
[:link as scoping root]
|
|
expected: FAIL
|
|
|
|
[:not(:visited) as scoping root]
|
|
expected: FAIL
|
|
|
|
[:link as scoping root, :scope]
|
|
expected: FAIL
|
|
|
|
[:visited as scoping root, :scope]
|
|
expected: FAIL
|
|
|
|
[:not(:visited) as scoping root, :scope]
|
|
expected: FAIL
|
|
|
|
[:not(:link) as scoping root, :scope]
|
|
expected: FAIL
|
|
|
|
[:link as scoping limit]
|
|
expected: FAIL
|
|
|
|
[:visited as scoping limit]
|
|
expected: FAIL
|
|
|
|
[:not(:link) as scoping limit]
|
|
expected: FAIL
|
|
|
|
[:not(:visited) as scoping limit]
|
|
expected: FAIL
|