summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Drake <tlsa@netsurf-browser.org>2009-01-16 14:12:46 +0000
committerMichael Drake <tlsa@netsurf-browser.org>2009-01-16 14:12:46 +0000
commitf3347525210cebcf6538c80024d0b85c8f8737e9 (patch)
tree9728a16b2f70ac4f4507fce9611703034ec18836
parent41611139307539368d5c399a250228fa66917ed3 (diff)
downloadlibcss-f3347525210cebcf6538c80024d0b85c8f8737e9.tar.gz
libcss-f3347525210cebcf6538c80024d0b85c8f8737e9.tar.bz2
Make test valid and comment out possible quirk version.
svn path=/trunk/libcss/; revision=6083
-rw-r--r--test/data/parse/properties.dat11
1 files changed, 10 insertions, 1 deletions
diff --git a/test/data/parse/properties.dat b/test/data/parse/properties.dat
index 29d6904..4716a46 100644
--- a/test/data/parse/properties.dat
+++ b/test/data/parse/properties.dat
@@ -151,13 +151,22 @@
#reset
#data
-* { background-position: bottom 2px; }
+* { background-position: 2px bottom; }
#errors
#expected
| 1 *
| 0x02040004 0x00000800 0x00000000
#reset
+# possible quirk
+##data
+#* { background-position: bottom 2px; }
+##errors
+##expected
+#| 1 *
+#| 0x02040004 0x00000800 0x00000000
+##reset
+
#data
* { background-position: left 10%; }
#errors