From 35e96cfd92180d335b53862d2d525aa9ab423e26 Mon Sep 17 00:00:00 2001 From: Michael Drake Date: Sat, 24 Jan 2009 14:59:46 +0000 Subject: More tests. svn path=/trunk/libcss/; revision=6247 --- test/data/parse2/illegal-values.dat | 57 ++++++++++++++++++++++++++++++------- 1 file changed, 46 insertions(+), 11 deletions(-) diff --git a/test/data/parse2/illegal-values.dat b/test/data/parse2/illegal-values.dat index 4168f6f..0e1efeb 100644 --- a/test/data/parse2/illegal-values.dat +++ b/test/data/parse2/illegal-values.dat @@ -3042,6 +3042,35 @@ | * #reset +#data +* { position:fixed; font-family: 'Trinity max-height: 30%; min-height: 2em; } +#errors +#expected +| * +| position: fixed +#reset + +#data +* { position:fixed; font-family: 'Trinity +max-height: 30%; min-height: 2em; } +#errors +#expected +| * +| position: fixed +| min-height: 2em +#reset + +#data +* { position:fixed; font-family: 'Trinity +; max-height: 30px; min-height: 2em; } +#errors +#expected +| * +| position: fixed +| max-height: 30px +| min-height: 2em +#reset + #data * { quotes: "'"; } #errors @@ -3719,31 +3748,37 @@ #reset #data -* { position:fixed; font-family: 'Trinity max-height: 30%; min-height: 2em; } +* { top: 50s; } #errors #expected | * -| position: fixed #reset #data -* { position:fixed; font-family: 'Trinity -max-height: 30%; min-height: 2em; } +* { top: "7"; } #errors #expected | * -| position: fixed -| min-height: 2em #reset #data -* { position:fixed; font-family: 'Trinity -; max-height: 30px; min-height: 2em; } +* { top: "7; } +#errors +#expected +| * +#reset + +#data +* { top: ""7em; } +#errors +#expected +| * +#reset + +#data +* { top: #147; } #errors #expected | * -| position: fixed -| max-height: 30px -| min-height: 2em #reset -- cgit v1.2.3