CSS3 Border Break Test
-
For "border-break" property - When a box that has a border is broken at a page break,
column break, or, for inline elements, at a line break,
a border and some padding can be inserted at the break, or the border can be left open.
PASS CRITERIA:
NOTE: This property may not be implemented yet.
If statement above is true, this paragraph should have a border break
of 20px. The paragraph has a border-style of "solid".
The rule applied is "p {border-break: 20px; border-style: solid;}".
This is extra text to test this more effectively.
This is extra text to test this more effectively.
This is extra text to test this more effectively.
This is extra text to test this more effectively.
This is extra text to test this more effectively.
This is extra text to test this more effectively.
This is extra text to test this more effectively.
This is extra text to test this more effectively.
This h3 heading should have a border break of dashed.
The rule applied is "h3 {border-break: dashed; border-style: dashed;}".
The h3 element has a border-style of "dashed".
This is extra text to test this more effectively.
This is extra text to test this more effectively.
This is extra text to test this more effectively.
This is extra text to test this more effectively.
This is extra text to test this more effectively.
This is extra text to test this more effectively.
This is extra text to test this more effectively.
This is extra text to test this more effectively.
All other properties of this page should be UA-default.
This is a paragraph like the one above, so should also have
20px border break and border style of solid.