Author: jmb
Date: Sat Jan 17 18:42:25 2009
New Revision: 6126

URL: http://source.netsurf-browser.org?rev=6126&view=rev
Log:
Fix test data for pause-{after,before} -- default time units are seconds, not 
milliseconds.

Modified:
    trunk/libcss/test/data/parse/properties.dat

Modified: trunk/libcss/test/data/parse/properties.dat
URL: 
http://source.netsurf-browser.org/trunk/libcss/test/data/parse/properties.dat?rev=6126&r1=6125&r2=6126&view=diff
==============================================================================
--- trunk/libcss/test/data/parse/properties.dat (original)
+++ trunk/libcss/test/data/parse/properties.dat Sat Jan 17 18:42:25 2009
@@ -2518,7 +2518,7 @@
 #errors
 #expected
 | 1 *
-|   0x02000035 0x00000000 0x00000400
+|   0x02000035 0x00000000 0x00000401
 #reset
 
 #data
@@ -2538,7 +2538,7 @@
 #reset
 
 #data
-* { pasue-after: 120%; }
+* { pause-after: 120%; }
 #errors
 #expected
 | 1 *
@@ -2554,7 +2554,7 @@
 #errors
 #expected
 | 1 *
-|   0x02000036 0x00000000 0x00000400
+|   0x02000036 0x00000000 0x00000401
 #reset
 
 #data


_______________________________________________
netsurf-commits mailing list
[email protected]
http://vlists.pepperfish.net/cgi-bin/mailman/listinfo/netsurf-commits-netsurf-browser.org

Reply via email to