summaryrefslogtreecommitdiff
path: root/test/data/parse2/illegal-values.dat
diff options
context:
space:
mode:
Diffstat (limited to 'test/data/parse2/illegal-values.dat')
-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