CSS3 Border Top Style Test
-
For "border-top-style", possible values are "border-style" .
PASS CRITERIA:
If statement above is true, this paragraph should have a solid
border top style.
The rule applied is "p {border-top-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-top-style of this h3 heading should be none.
The rule applied is "h3 {border-top-style: none;}".
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-style of this h4 heading should be double.
The rule applied is "h4 {border-top-style: double;}".
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 style of dashed.
The rule applied is "em {border-top-style: dashed;}".
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 solid border top style. The body's border top style of groove should display,
since the rule "body {border-top-style: groove}" applies.
Also "body {border-top-width: 30px;}" is applied to indicate this more effectively.