mirror of
https://github.com/servo/servo.git
synced 2025-08-07 06:25:32 +01:00
Modify test to check if @import stylesheet get applied in a alternate stylesheet
This commit is contained in:
parent
19e31d5c50
commit
2bcefa6470
2 changed files with 5 additions and 0 deletions
3
tests/wpt/web-platform-tests/html/semantics/links/linktypes/alternate-import.css
vendored
Normal file
3
tests/wpt/web-platform-tests/html/semantics/links/linktypes/alternate-import.css
vendored
Normal file
|
@ -0,0 +1,3 @@
|
||||||
|
body {
|
||||||
|
background-color: black;
|
||||||
|
}
|
|
@ -1,3 +1,5 @@
|
||||||
|
@import url("alternate-import.css");
|
||||||
|
|
||||||
div {
|
div {
|
||||||
background-color: red;
|
background-color: red;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue