summaryrefslogtreecommitdiff
path: root/test/data/parse2/illegal-values.dat
diff options
context:
space:
mode:
authorJohn Mark Bell <jmb@netsurf-browser.org>2009-01-24 23:59:53 +0000
committerJohn Mark Bell <jmb@netsurf-browser.org>2009-01-24 23:59:53 +0000
commit546a6fc167660131c331239d946aec3d111754a7 (patch)
tree8cc61de5ce29c2c88828810af90547b2e37fc503 /test/data/parse2/illegal-values.dat
parent277b2b06f56e91b95e6e890c4fdafb7ef91fb386 (diff)
downloadlibcss-546a6fc167660131c331239d946aec3d111754a7.tar.gz
libcss-546a6fc167660131c331239d946aec3d111754a7.tar.bz2
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
Diffstat (limited to 'test/data/parse2/illegal-values.dat')
-rw-r--r--test/data/parse2/illegal-values.dat6
1 files changed, 3 insertions, 3 deletions
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