Testing Second Testable Statement of Sec 13.3 of CSS2 Specification

PASS CRITERIA:

If statement #2 above is passed, then this paragraph should neither force nor forbid a page break. The rule applied is "#id1 {page-break-after: auto}".

THis paragraph should always force a page break. The rule applied is "#id2 {page-break-after: always}".

This paragraph should avoid a page break after this "p" element. The rule applied is "#id3 {page-break-after: avoid}".

This paragraph should force the next formatted page to be a left page. The rule applied is "#id4 {page-break-after: left}".

This paragraph should force the next formatted page to be a right page. The rule applied is "#id5 {page-break-after: right}".

This paragraph should force the next formatted page to be inherit. The rule applied is "#id6 {page-break-after: inherit}".

All other properties of this page should be UA-default. To move directly to the next test, click here