/css/css-cascade/parsing/layer-import-parsing.html| status | subtest | message |
|---|---|---|
| FAIL | @import url("nonexist.css") layer; should be a valid layered import rule | Cannot read properties of undefined (reading 'length') |
| FAIL | @import url("nonexist.css") layer(A); should be a valid layered import rule | Cannot read properties of undefined (reading 'length') |
| FAIL | @import url("nonexist.css") layer(A.B); should be a valid layered import rule | Cannot read properties of undefined (reading 'length') |
| FAIL | @import url(nonexist.css) layer; should be a valid layered import rule | assert_equals: serialization should be canonical expected "@import url(\"nonexist.css\") layer;" but got "@import url(nonexist.css) layer;" |
| FAIL | @import url(nonexist.css) layer(A); should be a valid layered import rule | assert_equals: serialization should be canonical expected "@import url(\"nonexist.css\") layer(A);" but got "@import url(nonexist.css) layer(A);" |
| FAIL | @import url(nonexist.css) layer(A.B); should be a valid layered import rule | assert_equals: serialization should be canonical expected "@import url(\"nonexist.css\") layer(A.B);" but got "@import url(nonexist.css) layer(A.B);" |
| FAIL | @import "nonexist.css" layer; should be a valid layered import rule | assert_equals: serialization should be canonical expected "@import url(\"nonexist.css\") layer;" but got "@import \"nonexist.css\" layer;" |
| FAIL | @import "nonexist.css" layer(A); should be a valid layered import rule | assert_equals: serialization should be canonical expected "@import url(\"nonexist.css\") layer(A);" but got "@import \"nonexist.css\" layer(A);" |
| FAIL | @import "nonexist.css" layer(A.B); should be a valid layered import rule | assert_equals: serialization should be canonical expected "@import url(\"nonexist.css\") layer(A.B);" but got "@import \"nonexist.css\" layer(A.B);" |
| FAIL | @import url("nonexist.css") layer(); should still be a valid import rule with an invalid layer declaration | Cannot read properties of undefined (reading 'length') |
| FAIL | @import url("nonexist.css") layer(A B); should still be a valid import rule with an invalid layer declaration | Cannot read properties of undefined (reading 'length') |
| FAIL | @import url("nonexist.css") layer(A . B); should still be a valid import rule with an invalid layer declaration | Cannot read properties of undefined (reading 'length') |
| FAIL | @import url("nonexist.css") layer(A, B, C); should still be a valid import rule with an invalid layer declaration | Cannot read properties of undefined (reading 'length') |
bundle built 2026-07-16T07:16:48.063Z