summaryrefslogtreecommitdiff
path: root/test/data/parse2
diff options
context:
space:
mode:
authorMichael Drake <tlsa@netsurf-browser.org>2009-06-26 18:17:57 +0000
committerMichael Drake <tlsa@netsurf-browser.org>2009-06-26 18:17:57 +0000
commit55ef52527abd5750fba3a4ed2ab3a7b6379c3a47 (patch)
tree408594c934529ef8f5c5024346fe2c7f02bc9473 /test/data/parse2
parent857c3ed7f6e7fb1829e69c6745674c5c6ba9d984 (diff)
downloadlibcss-55ef52527abd5750fba3a4ed2ab3a7b6379c3a47.tar.gz
libcss-55ef52527abd5750fba3a4ed2ab3a7b6379c3a47.tar.bz2
Fix test data.
svn path=/trunk/libcss/; revision=8020
Diffstat (limited to 'test/data/parse2')
-rw-r--r--test/data/parse2/margin.dat14
1 files changed, 7 insertions, 7 deletions
diff --git a/test/data/parse2/margin.dat b/test/data/parse2/margin.dat
index e78ad4c..a1f9ef0 100644
--- a/test/data/parse2/margin.dat
+++ b/test/data/parse2/margin.dat
@@ -27,7 +27,7 @@
| *
| margin-top: auto
| margin-right: auto
-| margin-bottom: 0
+| margin-bottom: 0px
| margin-left: auto
#reset
@@ -36,10 +36,10 @@
#errors
#expected
| *
-| margin-top:
-| margin-right:
-| margin-bottom:
-| margin-left:
+| margin-top: auto
+| margin-right: auto
+| margin-bottom: 10px
+| margin-left: 0px
#reset
@@ -72,7 +72,7 @@
| *
| margin-top: auto !important
| margin-right: auto !important
-| margin-bottom: 0 !important
+| margin-bottom: 0px !important
| margin-left: auto !important
#reset
@@ -84,7 +84,7 @@
| margin-top: auto !important
| margin-right: auto !important
| margin-bottom: 10px !important
-| margin-left: 0 !important
+| margin-left: 0px !important
#reset