CSS3 Border Radius Test

PASS CRITERIA:

NOTE: This property may not be implemented yet.

If statement above is true, this paragraph should have a 10px 20px border radius. The rule applied is "p {border-radius: 10px 20px;}". 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-radius of this h3 heading should be 15em. The rule applied is "h3 {border-radius: 15em;}". 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-radius of this h4 heading should be 5em horizontal and 10em vertical. The rule applied is "h4 {border-radius: 5em 10em;}". 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 radius of 20mm. The rule applied is "em {border-radius: 20mm;}". 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 10px 20px border radius. The body's border radius of 50cm should display, since the rule "body {border-radius: 50cm;}" applies. Border style of solid is applied to all CSS rules, so that the border is visible.