allowed-page-breaks-001a looks invalid

These tests:
http://test.csswg.org/suites/css2.1/20100917/html4/allowed-page-breaks-001a.htm
http://test.csswg.org/suites/css2.1/20100917/xhtml1/allowed-page-breaks-001a.xht
look invalid because I think all of this content:

                <p class="dummy" id="alwaysBreak">a b</p>
        </div>
        
        <div id="permissiveParent">
                <p>There should be no other content on this page.</p>

                <p class="dummy">a b c d</p>
        </div>

should appear on a single page rather than being split across three.
Or is the test assuming an unusual page size?

Some of the following tests may have similar problems.

-David

-- 
L. David Baron                                 http://dbaron.org/
Mozilla Corporation                       http://www.mozilla.com/

Received on Monday, 18 October 2010 01:03:23 UTC