From 0796cc5754d23a26ffa24acfaf51aeb9ad6bb888 Mon Sep 17 00:00:00 2001 From: John Mark Bell Date: Sun, 18 Jan 2009 01:14:12 +0000 Subject: Fix text-indent test data -- missing 0 svn path=/trunk/libcss/; revision=6136 --- test/data/parse/properties.dat | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test') diff --git a/test/data/parse/properties.dat b/test/data/parse/properties.dat index 237f9eb..6f9b60e 100644 --- a/test/data/parse/properties.dat +++ b/test/data/parse/properties.dat @@ -3170,7 +3170,7 @@ p:before { content: open-quote url('http://picodrive.acornarcade.com/') " : " at ## #data -* { text-indent: ; } +* { text-indent: 0; } #errors #expected | 1 * -- cgit v1.2.3