From e7448355f1a5c61d818f1506a9fbc183024334de Mon Sep 17 00:00:00 2001 From: John Mark Bell Date: Sun, 18 Jan 2009 00:42:25 +0000 Subject: Fix test data for pause-{after,before} -- default time units are seconds, not milliseconds. svn path=/trunk/libcss/; revision=6126 --- test/data/parse/properties.dat | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'test/data/parse/properties.dat') diff --git a/test/data/parse/properties.dat b/test/data/parse/properties.dat index 8f1f58a..e2be6f0 100644 --- a/test/data/parse/properties.dat +++ b/test/data/parse/properties.dat @@ -2518,7 +2518,7 @@ p:before { content: open-quote url('http://picodrive.acornarcade.com/') " : " at #errors #expected | 1 * -| 0x02000035 0x00000000 0x00000400 +| 0x02000035 0x00000000 0x00000401 #reset #data @@ -2538,7 +2538,7 @@ p:before { content: open-quote url('http://picodrive.acornarcade.com/') " : " at #reset #data -* { pasue-after: 120%; } +* { pause-after: 120%; } #errors #expected | 1 * @@ -2554,7 +2554,7 @@ p:before { content: open-quote url('http://picodrive.acornarcade.com/') " : " at #errors #expected | 1 * -| 0x02000036 0x00000000 0x00000400 +| 0x02000036 0x00000000 0x00000401 #reset #data -- cgit v1.2.3