mirror of
https://github.com/servo/servo.git
synced 2025-08-17 11:25:35 +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
21
tests/wpt/meta/css/css-nesting/set-selector-text.html.ini
vendored
Normal file
21
tests/wpt/meta/css/css-nesting/set-selector-text.html.ini
vendored
Normal file
|
@ -0,0 +1,21 @@
|
|||
[set-selector-text.html]
|
||||
[Outer selectorText text mutation with inner style rule]
|
||||
expected: FAIL
|
||||
|
||||
[Outer selectorText text mutation with inner @media rule]
|
||||
expected: FAIL
|
||||
|
||||
[Outer selectorText text mutation with inner @supports rule]
|
||||
expected: FAIL
|
||||
|
||||
[Outer selectorText text mutation with inner @layer rule]
|
||||
expected: FAIL
|
||||
|
||||
[Outer selectorText text mutation with inner @container rule]
|
||||
expected: FAIL
|
||||
|
||||
[Outer selectorText text mutation with inner @scope rule]
|
||||
expected: FAIL
|
||||
|
||||
[Outer selectorText text mutation with inner nested decl. rule]
|
||||
expected: FAIL
|
Loading…
Add table
Add a link
Reference in a new issue