-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Bug 1740325 [wpt PR 31564] - Update wpt metadata, a=testonly
wpt-pr: 31564 wpt-type: metadata
- Loading branch information
1 parent
64abae4
commit e79338d
Showing
1 changed file
with
39 additions
and
0 deletions.
There are no files selected for viewing
39 changes: 39 additions & 0 deletions
39
testing/web-platform/meta/css/css-cascade/parsing/layer-import-parsing.html.ini
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,39 @@ | ||
[layer-import-parsing.html] | ||
[@import url("nonexist.css") layer; should be a valid layered import rule] | ||
expected: FAIL | ||
|
||
[@import url("nonexist.css") layer(A); should be a valid layered import rule] | ||
expected: FAIL | ||
|
||
[@import url("nonexist.css") layer(A.B); should be a valid layered import rule] | ||
expected: FAIL | ||
|
||
[@import url(nonexist.css) layer; should be a valid layered import rule] | ||
expected: FAIL | ||
|
||
[@import url(nonexist.css) layer(A); should be a valid layered import rule] | ||
expected: FAIL | ||
|
||
[@import url(nonexist.css) layer(A.B); should be a valid layered import rule] | ||
expected: FAIL | ||
|
||
[@import "nonexist.css" layer; should be a valid layered import rule] | ||
expected: FAIL | ||
|
||
[@import "nonexist.css" layer(A); should be a valid layered import rule] | ||
expected: FAIL | ||
|
||
[@import "nonexist.css" layer(A.B); should be a valid layered import rule] | ||
expected: FAIL | ||
|
||
[@import url("nonexist.css") layer(); should still be a valid import rule with an invalid layer declaration] | ||
expected: FAIL | ||
|
||
[@import url("nonexist.css") layer(A B); should still be a valid import rule with an invalid layer declaration] | ||
expected: FAIL | ||
|
||
[@import url("nonexist.css") layer(A . B); should still be a valid import rule with an invalid layer declaration] | ||
expected: FAIL | ||
|
||
[@import url("nonexist.css") layer(A, B, C); should still be a valid import rule with an invalid layer declaration] | ||
expected: FAIL |