added more complex test for @media bubbling

This commit is contained in:
Marcel Jackwerth
2012-02-14 20:24:09 +01:00
parent 288248dc5a
commit 9fb9b55770
2 changed files with 7 additions and 0 deletions

View File

@@ -29,4 +29,7 @@
body {
padding: 20px;
}
body header {
background-color: red;
}
}

View File

@@ -33,5 +33,9 @@
body {
@media print {
padding: 20px;
header {
background-color: red;
}
}
}