Author: jmb
Date: Sat Jan 17 18:33:54 2009
New Revision: 6125

URL: http://source.netsurf-browser.org?rev=6125&view=rev
Log:
Fix page-break-inside test data -- documentation was wrong.

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

Modified: trunk/libcss/docs/Bytecode
URL: 
http://source.netsurf-browser.org/trunk/libcss/docs/Bytecode?rev=6125&r1=6124&r2=6125&view=diff
==============================================================================
--- trunk/libcss/docs/Bytecode (original)
+++ trunk/libcss/docs/Bytecode Sat Jan 17 18:33:54 2009
@@ -788,8 +788,8 @@
 
 34 - page-break-inside
        <value> (14bits) :
-               0     => avoid,
-               1     => auto,
+               0     => auto,
+               1     => avoid,
                other => Reserved for future expansion.
 
 35 - pause-after

Modified: trunk/libcss/test/data/parse/properties.dat
URL: 
http://source.netsurf-browser.org/trunk/libcss/test/data/parse/properties.dat?rev=6125&r1=6124&r2=6125&view=diff
==============================================================================
--- trunk/libcss/test/data/parse/properties.dat (original)
+++ trunk/libcss/test/data/parse/properties.dat Sat Jan 17 18:33:54 2009
@@ -2494,18 +2494,18 @@
 ##
 
 #data
+* { page-break-inside: auto; }
+#errors
+#expected
+| 1 *
+|   0x00000034
+#reset
+
+#data
 * { page-break-inside: avoid; }
 #errors
 #expected
 | 1 *
-|   0x00000034
-#reset
-
-#data
-* { page-break-inside: auto; }
-#errors
-#expected
-| 1 *
 |   0x00040034
 #reset
 


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

Reply via email to