summaryrefslogtreecommitdiff
path: root/tests/test-inputs/several-media.css
diff options
context:
space:
mode:
Diffstat (limited to 'tests/test-inputs/several-media.css')
-rw-r--r--tests/test-inputs/several-media.css10
1 files changed, 10 insertions, 0 deletions
diff --git a/tests/test-inputs/several-media.css b/tests/test-inputs/several-media.css
new file mode 100644
index 0000000..79dc336
--- /dev/null
+++ b/tests/test-inputs/several-media.css
@@ -0,0 +1,10 @@
+@media screen {
+a:link { text-decoration: none; }
+div { width: 50%; }
+}
+
+@media print {
+a { color: red; }
+div { width: 57%; }
+}
+