mirror of
https://github.com/servo/servo.git
synced 2025-08-11 08:25:32 +01:00
Enable css-nesting WPT tests (#36246)
So that we can see the improvement when enabling the feature. Testing: This PR enables tests This is part of #36245 Signed-off-by: Oriol Brufau <obrufau@igalia.com>
This commit is contained in:
parent
7c691b6d59
commit
77525cef84
25 changed files with 217 additions and 1 deletions
18
tests/wpt/meta/css/css-nesting/nested-declarations-matching.html.ini
vendored
Normal file
18
tests/wpt/meta/css/css-nesting/nested-declarations-matching.html.ini
vendored
Normal file
|
@ -0,0 +1,18 @@
|
|||
[nested-declarations-matching.html]
|
||||
[Nested declarations rule has same specificity as outer selector]
|
||||
expected: FAIL
|
||||
|
||||
[Nested declarations rule has top-level specificity behavior]
|
||||
expected: FAIL
|
||||
|
||||
[Bare declartaion in nested grouping rule can match pseudo-element]
|
||||
expected: FAIL
|
||||
|
||||
[Nested @scope rules behave like :where(:scope)]
|
||||
expected: FAIL
|
||||
|
||||
[Nested @scope rules behave like :where(:scope) (trailing)]
|
||||
expected: FAIL
|
||||
|
||||
[Nested declarations rule responds to parent selector text change]
|
||||
expected: FAIL
|
Loading…
Add table
Add a link
Reference in a new issue