mirror of
https://github.com/LadybirdBrowser/ladybird
synced 2026-04-28 02:27:19 +02:00
Tests: Import some @import layer tests
This commit is contained in:
Notes:
github-actions[bot]
2025-12-08 13:32:26 +00:00
Author: https://github.com/AtkinsSJ Commit: https://github.com/LadybirdBrowser/ladybird/commit/fb8575a57e4 Pull-request: https://github.com/LadybirdBrowser/ladybird/pull/7021
@@ -0,0 +1,18 @@
|
||||
Harness status: OK
|
||||
|
||||
Found 13 tests
|
||||
|
||||
13 Fail
|
||||
Fail @import url("nonexist.css") layer; should be a valid layered import rule
|
||||
Fail @import url("nonexist.css") layer(A); should be a valid layered import rule
|
||||
Fail @import url("nonexist.css") layer(A.B); should be a valid layered import rule
|
||||
Fail @import url(nonexist.css) layer; should be a valid layered import rule
|
||||
Fail @import url(nonexist.css) layer(A); should be a valid layered import rule
|
||||
Fail @import url(nonexist.css) layer(A.B); should be a valid layered import rule
|
||||
Fail @import "nonexist.css" layer; should be a valid layered import rule
|
||||
Fail @import "nonexist.css" layer(A); should be a valid layered import rule
|
||||
Fail @import "nonexist.css" layer(A.B); should be a valid layered import rule
|
||||
Fail @import url("nonexist.css") layer(); should still be a valid import rule with an invalid layer declaration
|
||||
Fail @import url("nonexist.css") layer(A B); should still be a valid import rule with an invalid layer declaration
|
||||
Fail @import url("nonexist.css") layer(A . B); should still be a valid import rule with an invalid layer declaration
|
||||
Fail @import url("nonexist.css") layer(A, B, C); should still be a valid import rule with an invalid layer declaration
|
||||
Reference in New Issue
Block a user