summaryrefslogtreecommitdiff
path: root/test/data/parse
diff options
context:
space:
mode:
authorJohn Mark Bell <jmb@netsurf-browser.org>2009-08-21 09:45:13 +0000
committerJohn Mark Bell <jmb@netsurf-browser.org>2009-08-21 09:45:13 +0000
commit5c20bde8b544d23fd024dad7ace9b46849336ebf (patch)
tree07dc508d51d281b7553e471a42ba3684018fe512 /test/data/parse
parent5bd907c74151d0bbe1859c37cb2bde898ab72e2f (diff)
downloadlibcss-5c20bde8b544d23fd024dad7ace9b46849336ebf.tar.gz
libcss-5c20bde8b544d23fd024dad7ace9b46849336ebf.tar.bz2
-libcss-align
svn path=/trunk/libcss/; revision=9378
Diffstat (limited to 'test/data/parse')
-rw-r--r--test/data/parse/properties.dat37
1 files changed, 37 insertions, 0 deletions
diff --git a/test/data/parse/properties.dat b/test/data/parse/properties.dat
index 8dabbc1..3e872d9 100644
--- a/test/data/parse/properties.dat
+++ b/test/data/parse/properties.dat
@@ -3743,3 +3743,40 @@ p:before { content: open-quote url('http://picodrive.acornarcade.com/') " : " at
| 1 *
| 0x02000062 0xfffffc00
#reset
+
+##
+## 63 - -libcss-align
+##
+
+#data
+* { -libcss-align: left; }
+#errors
+#expected
+| 1 *
+| 0x00000063
+#reset
+
+#data
+* { -libcss-align: right; }
+#errors
+#expected
+| 1 *
+| 0x00040063
+#reset
+
+#data
+* { -libcss-align: center; }
+#errors
+#expected
+| 1 *
+| 0x00080063
+#reset
+
+#data
+* { -libcss-align: justify; }
+#errors
+#expected
+| 1 *
+| 0x000c0063
+#reset
+