CSS3 Border Test

PASS CRITERIA:

If statement above is true, this paragraph should have a UA-default border - no border rendered - (with intiial values for border-style and border-color?) . The rule applied is "p {border: thick;}", but initial value for "border-style" is "none". 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.

The border of this h3 heading should be 20px solid green. The rule applied is "h3 {border: 20px solid green;}". 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.

The border of this h4 heading should be 5em dashed red. The rule applied is "h4 {border: 5em dashed red;}". 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 emphasized test should have a border of 0.5cm dotted blue. The rule applied is "em {border: 0.5cm dotted blue;}". This is more emphasized text. 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 previous, so should also have a UA-default border. The "body" element also has a thin solid yellow border, because of the rule "body {border: thin solid yellow;}".