CSS3 Border Top Color Test
-
For "border-top-color", possible values are "color" .
PASS CRITERIA:
If statement above is true, this paragraph should have a blue
top border color.
The rule applied is "p {border-top-color: blue;}".
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 top border-color of this h3 heading should be red.
The rule applied is "h3 {border-top-color: red;}".
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-top-color of this h4 heading should be lime.
The rule applied is "h4 {border-top-color: lime;}".
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 top color of gray.
The rule applied is "em {border-top-color: gray;}".
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 blue border top color. Border top style of solid is applied to all CSS
rules, so that top border is visible. The body's top border color of
yellow should display, since the rule "body {border-top-color: yellow}" applies.