3.226 page-break-before-020

Expected Results

This test produces two pages when displayed on paged media. There should be only one paragraph on the first page. On the second page, there should be a paragraph that is on the right side of the page.

Actual Results

All Modes (All Versions)

There is only one page when displayed on paged media.

The test case fails because of the attempt to apply page-break before: always to a floated element.

The [CSS-Level2-2009] specification section 13.3.1, Page break properties: 'page-break-before', 'page-break-after', 'page-break-inside', states:

"User Agents must apply these properties to block-level elements in the normal flow of the root element."

For more information, see http://lists.w3.org/Archives/Public/public-css-testsuite/2011Jan/0044.html