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 --- test/data/parse/properties.dat | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'test') 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