summaryrefslogtreecommitdiffstats
path: root/src/3rdparty/libcroco/tests/test-inputs/test4.2.css
diff options
context:
space:
mode:
Diffstat (limited to 'src/3rdparty/libcroco/tests/test-inputs/test4.2.css')
-rw-r--r--src/3rdparty/libcroco/tests/test-inputs/test4.2.css24
1 files changed, 24 insertions, 0 deletions
diff --git a/src/3rdparty/libcroco/tests/test-inputs/test4.2.css b/src/3rdparty/libcroco/tests/test-inputs/test4.2.css
new file mode 100644
index 0000000..2dafbef
--- /dev/null
+++ b/src/3rdparty/libcroco/tests/test-inputs/test4.2.css
@@ -0,0 +1,24 @@
+@charset "ISO-8859-1" ;
+
+@import url("http://www.yahoo.com/css") print , screen ;
+
+@font-face {
+ font-family: "Robson Celtic";
+ src: url("http://site/fonts/rob-celt")
+}
+
+
+
+@page left:one-two {
+ margin: 10pt;
+ border:none
+}
+
+@media print , screen , projection {
+ H1 { font-family: "Robson Celtic", serif }
+
+ P {
+ background: black ;
+ foreground: white ;
+ }
+}