CSS3 Border Right Test

PASS CRITERIA:

If statement above is true, this paragraph should have a thick border right (with initial value for border-color?) . The rule applied is "p {border-right: thick;}". Also "p {border-right-style: solid;}". Here is more text to test this more effectively. Here is more text to test this more effectively. Here is more text to test this more effectively. Here is more text to test this more effectively. Here is more text to test this more effectively. Here is more text to test this more effectively. Here is more text to test this more effectively. Here is more text to test this more effectively.

The border-right of this h3 heading should be 20px solid green. The rule applied is "h3 {border-right: 20px solid green;}". Here is more text to test this more effectively. Here is more text to test this more effectively. Here is more text to test this more effectively. Here is more text to test this more effectively. Here is more text to test this more effectively. Here is more text to test this more effectively. Here is more text to test this more effectively. Here is more text to test this more effectively.

The border-right of this h4 heading should be 0.1cm dashed red. The rule applied is "h4 {border-right: 0.1cm dashed red;}". Here is some extra text to make the border visible so that this property can be tested for this element in this particular test case. Here is more text to test this more effectively. Here is more text to test this more effectively. Here is more text to test this more effectively. Here is more text to test this more effectively. Here is more text to test this more effectively. Here is more text to test this more effectively. Here is more text to test this more effectively. Here is more text to test this more effectively.

This emphasized test should have a border right of 5px dotted blue. The rule applied is "em {border-right: 5px dotted blue;}". Here is some extra text to make the border visible so that this property can be tested for this element in this particular test case. Here is more text to test this more effectively. Here is more text to test this more effectively. Here is more text to test this more effectively. Here is more text to test this more effectively. Here is more text to test this more effectively. Here is more text to test this more effectively. Here is more text to test this more effectively. Here is more 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 thick border right. The body's border right of yellow should display, since the rule "body {border-right: yellow}" applies. Also "body {border-right-style: solid;}" applies.