From c13945dd277f68ee913df42bf83c9cd2ba9f4014 Mon Sep 17 00:00:00 2001 From: Michael Drake Date: Thu, 26 May 2011 18:39:09 +0000 Subject: Add a few tests. svn path=/trunk/libcss/; revision=12446 --- test/data/parse2/font.dat | 33 +++++++++++++++++++++++++++++++++ 1 file changed, 33 insertions(+) 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 @@ -51,6 +51,39 @@ | font-family: serif #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 -- cgit v1.2.3