Modify test to check if @import stylesheet get applied in a alternate stylesheet

This commit is contained in:
charlesvdv 2017-01-08 18:28:47 +01:00 committed by Charles Vandevoorde
parent 19e31d5c50
commit 2bcefa6470
2 changed files with 5 additions and 0 deletions

View file

@ -0,0 +1,3 @@
body {
background-color: black;
}

View file

@ -1,3 +1,5 @@
@import url("alternate-import.css");
div {
background-color: red;
}