From 546a6fc167660131c331239d946aec3d111754a7 Mon Sep 17 00:00:00 2001 From: John Mark Bell Date: Sat, 24 Jan 2009 23:59:53 +0000 Subject: Fix test data for voice-family. This probably also wants to test with appropriate idents for voices, rather than just being a copy of the font-family tests. svn path=/trunk/libcss/; revision=6257 --- test/data/parse2/illegal-values.dat | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'test') diff --git a/test/data/parse2/illegal-values.dat b/test/data/parse2/illegal-values.dat index 9fd5588..6f1db1e 100644 --- a/test/data/parse2/illegal-values.dat +++ b/test/data/parse2/illegal-values.dat @@ -4007,7 +4007,7 @@ max-height: 30%; min-height: 2em; } #errors #expected | * -| voice-family: serif, 'Trinity' +| voice-family: 'serif', 'Trinity' #reset #data @@ -4015,7 +4015,7 @@ max-height: 30%; min-height: 2em; } #errors #expected | * -| voice-family: serif, sans-serif +| voice-family: 'serif', 'sans-serif' #reset #data @@ -4031,7 +4031,7 @@ max-height: 30%; min-height: 2em; } #errors #expected | * -| voice-family: 'Homerton', 'Oxford', sans-serif, 'moose' +| voice-family: 'Homerton', 'Oxford', 'sans-serif', 'moose' #reset #data -- cgit v1.2.3