summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
Diffstat (limited to 'test')
-rw-r--r--test/data/parse2/font.dat33
1 files changed, 33 insertions, 0 deletions
diff --git a/test/data/parse2/font.dat b/test/data/parse2/font.dat
index 04a935e..5155f78 100644
--- a/test/data/parse2/font.dat
+++ b/test/data/parse2/font.dat
@@ -52,6 +52,39 @@
#reset
#data
+* { font: oblique 10pt serif; }
+#errors
+#expected
+| *
+| font-style: oblique
+| font-variant: normal
+| font-weight: normal
+| font-size: 10pt
+| line-height: normal
+| font-family: serif
+#reset
+
+#data
+* { font: 12pt serif; }
+#errors
+#expected
+| *
+| font-style: normal
+| font-variant: normal
+| font-weight: normal
+| font-size: 12pt
+| line-height: normal
+| font-family: serif
+#reset
+
+#data
+* { font: serif 12pt; }
+#errors
+#expected
+| *
+#reset
+
+#data
* { font: small-caps 10pt serif; }
#errors
#expected