diff options
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.out | 17 |
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% + } +} |