CSS3 Border Top Width Test
-
For "border-top-width", possible values are "<border-width>" .
PASS CRITERIA:
If statement above is true, this paragraph should have a 10px
top border width.
The rule applied is "p {border-top-width: 10px;}".
Here is some more text to test this more effectively.
Here is some more text to test this more effectively.
Here is some more text to test this more effectively.
Here is some more text to test this more effectively.
Here is some more text to test this more effectively.
Here is some more text to test this more effectively.
Here is some more text to test this more effectively.
Here is some more text to test this more effectively.
The top border-width of this h3 heading should be 50px.
The rule applied is "h3 {border-top-width: 50px;}".
Here is some more text to test this more effectively.
Here is some more text to test this more effectively.
Here is some more text to test this more effectively.
Here is some more text to test this more effectively.
Here is some more text to test this more effectively.
Here is some more text to test this more effectively.
Here is some more text to test this more effectively.
Here is some more text to test this more effectively.
The border-top-width of this h4 heading should be 25px.
The rule applied is "h4 {border-top-width: 25px;}".
Here is some more text to test this more effectively.
Here is some more text to test this more effectively.
Here is some more text to test this more effectively.
Here is some more text to test this more effectively.
Here is some more text to test this more effectively.
Here is some more text to test this more effectively.
Here is some more text to test this more effectively.
Here is some more text to test this more effectively.
This emphasized test should have a border top width of thin.
The rule applied is "em {border-top-width: thin;}".
Here is some more text to test this more effectively.
Here is some more text to test this more effectively.
Here is some more text to test this more effectively.
Here is some more text to test this more effectively.
Here is some more text to test this more effectively.
Here is some more text to test this more effectively.
Here is some more text to test this more effectively.
Here is some 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 border top width. Border top style of solid is applied to all CSS rules,
so that top border is visible. The body's top border width of thick should display,
since the rule "body {border-top-width: thick;}" applies.