mirror of
https://github.com/servo/servo.git
synced 2025-09-22 12:50:08 +01:00
Unskip shadow-part tests in wpt (#37309)
This change adds baseline expectations for https://github.com/servo/servo/pull/37307, --------- Signed-off-by: Simon Wülker <simon.wuelker@arcor.de>
This commit is contained in:
parent
6cf212879c
commit
2c51d44b53
38 changed files with 452 additions and 2 deletions
27
tests/wpt/meta/css/css-shadow-parts/multiple-scopes.html.ini
vendored
Normal file
27
tests/wpt/meta/css/css-shadow-parts/multiple-scopes.html.ini
vendored
Normal file
|
@ -0,0 +1,27 @@
|
|||
[multiple-scopes.html]
|
||||
[exported part selector matches from outer scope]
|
||||
expected: FAIL
|
||||
|
||||
[non-exported part selector does not match from outer scope]
|
||||
expected: FAIL
|
||||
|
||||
[pseudo-element selector alone does not match from outer scope]
|
||||
expected: FAIL
|
||||
|
||||
[exported part selector (for outer scope) does not match from middle scope]
|
||||
expected: FAIL
|
||||
|
||||
[correct part selector matches from middle scope]
|
||||
expected: FAIL
|
||||
|
||||
[pseudo-element selector alone does not match from middle scope]
|
||||
expected: FAIL
|
||||
|
||||
[selector with ::part(exported name) does not match from inner scope that exports the part]
|
||||
expected: FAIL
|
||||
|
||||
[selector with ::part(original name) does not match from inner scope that exports the part]
|
||||
expected: FAIL
|
||||
|
||||
[pseudo-element selector alone matches from inner scope]
|
||||
expected: FAIL
|
Loading…
Add table
Add a link
Reference in a new issue