From 55ef52527abd5750fba3a4ed2ab3a7b6379c3a47 Mon Sep 17 00:00:00 2001 From: Michael Drake Date: Fri, 26 Jun 2009 18:17:57 +0000 Subject: Fix test data. svn path=/trunk/libcss/; revision=8020 --- test/data/parse2/margin.dat | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) (limited to 'test') 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 -- cgit v1.2.3