From 2bdfce5c438d8737ad9466a8b532cc8f9e29503c Mon Sep 17 00:00:00 2001 From: John Mark Bell Date: Sun, 18 Jan 2009 00:33:54 +0000 Subject: Fix page-break-inside test data -- documentation was wrong. svn path=/trunk/libcss/; revision=6125 --- docs/Bytecode | 4 ++-- test/data/parse/properties.dat | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/Bytecode b/docs/Bytecode index fae5925..0c1695c 100644 --- a/docs/Bytecode +++ b/docs/Bytecode @@ -788,8 +788,8 @@ Opcodes 34 - page-break-inside (14bits) : - 0 => avoid, - 1 => auto, + 0 => auto, + 1 => avoid, other => Reserved for future expansion. 35 - pause-after diff --git a/test/data/parse/properties.dat b/test/data/parse/properties.dat index 23675cd..8f1f58a 100644 --- a/test/data/parse/properties.dat +++ b/test/data/parse/properties.dat @@ -2494,7 +2494,7 @@ p:before { content: open-quote url('http://picodrive.acornarcade.com/') " : " at ## #data -* { page-break-inside: avoid; } +* { page-break-inside: auto; } #errors #expected | 1 * @@ -2502,7 +2502,7 @@ p:before { content: open-quote url('http://picodrive.acornarcade.com/') " : " at #reset #data -* { page-break-inside: auto; } +* { page-break-inside: avoid; } #errors #expected | 1 * -- cgit v1.2.3