summaryrefslogtreecommitdiffstats
path: root/src/3rdparty/libcroco/tests/test-output-refs/test-several-media.out
diff options
context:
space:
mode:
Diffstat (limited to 'src/3rdparty/libcroco/tests/test-output-refs/test-several-media.out')
-rw-r--r--src/3rdparty/libcroco/tests/test-output-refs/test-several-media.out17
1 files changed, 17 insertions, 0 deletions
diff --git a/src/3rdparty/libcroco/tests/test-output-refs/test-several-media.out b/src/3rdparty/libcroco/tests/test-output-refs/test-several-media.out
new file mode 100644
index 0000000..4b3cbdd
--- /dev/null
+++ b/src/3rdparty/libcroco/tests/test-output-refs/test-several-media.out
@@ -0,0 +1,17 @@
+@media screen {
+ a:link {
+ text-decoration : none
+ }
+ div {
+ width : 50%
+ }
+}
+
+@media print {
+ a {
+ color : red
+ }
+ div {
+ width : 57%
+ }
+}