summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorMichael Drake <tlsa@netsurf-browser.org>2009-01-24 14:59:46 +0000
committerMichael Drake <tlsa@netsurf-browser.org>2009-01-24 14:59:46 +0000
commit35e96cfd92180d335b53862d2d525aa9ab423e26 (patch)
treecfb6c06b9eb35442c9b05ae2494e16127162d41e /test
parent7d518d8ee916857f9ca107ce7f21a6b0640e231b (diff)
downloadlibcss-35e96cfd92180d335b53862d2d525aa9ab423e26.tar.gz
libcss-35e96cfd92180d335b53862d2d525aa9ab423e26.tar.bz2
More tests.
svn path=/trunk/libcss/; revision=6247
Diffstat (limited to 'test')
-rw-r--r--test/data/parse2/illegal-values.dat57
1 files 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
@@ -3043,6 +3043,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
#expected
@@ -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