summaryrefslogtreecommitdiff
path: root/test/data
diff options
context:
space:
mode:
authorJohn Mark Bell <jmb@netsurf-browser.org>2009-01-22 01:15:33 +0000
committerJohn Mark Bell <jmb@netsurf-browser.org>2009-01-22 01:15:33 +0000
commite1a7c493a3929b9e84814f8710bc7e96059c514a (patch)
treedf12a8a6a12c730a4db2a28ee6da940a348486c9 /test/data
parent2ee3167d36b5bde9a5e94cbdfcb66b92b7a28881 (diff)
downloadlibcss-e1a7c493a3929b9e84814f8710bc7e96059c514a.tar.gz
libcss-e1a7c493a3929b9e84814f8710bc7e96059c514a.tar.bz2
Fix test data.
Comment out tests involving named colours, seeing as they're not implemented yet, so these will fail for the wrong reason. svn path=/trunk/libcss/; revision=6171
Diffstat (limited to 'test/data')
-rw-r--r--test/data/parse2/malformed-declarations.dat51
1 files changed, 26 insertions, 25 deletions
diff --git a/test/data/parse2/malformed-declarations.dat b/test/data/parse2/malformed-declarations.dat
index 613e66a..76f915e 100644
--- a/test/data/parse2/malformed-declarations.dat
+++ b/test/data/parse2/malformed-declarations.dat
@@ -63,6 +63,7 @@
#expected
| *
| top: 1em
+| color: #bbbbcc00
#reset
#data
@@ -71,33 +72,33 @@
#expected
| *
| top: 1em
-| color: #BBBBCC00
+| color: #bbbbcc00
#reset
-#data
-* { background-color: black; :; color: white; }
-#errors
-#expected
-| *
-| background-color: black
-| color: white
-#reset
+##data
+#* { background-color: black; :; color: white; }
+##errors
+##expected
+#| *
+#| background-color: #00000000
+#| color: #ffffff00
+##reset
-#data
-* { background-color: black; : color: white; }
-#errors
-#expected
-| *
-| background-color: black
-| color: white
-#reset
+##data
+#* { background-color: black; : color: white; }
+##errors
+##expected
+#| *
+#| background-color: #00000000
+#| color: #ffffff00
+##reset
-#data
-* { background-color: black; dentist: color: white; }
-#errors
-#expected
-| *
-| background-color: black
-| color: white
-#reset
+##data
+#* { background-color: black; dentist: color: white; }
+##errors
+##expected
+#| *
+#| background-color: #00000000
+#| color: #ffffff00
+##reset