CSS3 Border Left Test
-
For "border-left", possible values are "border-width||border-style||color" .
PASS CRITERIA:
If statement above is true, this paragraph should have a thick
border left (with intiial values for border-style and border-color?) .
The rule applied is "p {border-left: thick;}". Also "p {border-left-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-left of this h3 heading should be 20px solid green.
The rule applied is "h3 {border-left: 20px solid green;}".
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-left of this h4 heading should be 0.1cm dashed red.
The rule applied is "h4 {border-left: 0.1cm dashed red;}". Here is some extra text to
make sure that this property can be tested for this particular item.
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 left of 5px dotted blue.
The rule applied is "em {border-left: 5px dotted blue;}". Here is some extra text to
make sure that this property can be tested for this particular item.
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 thick border left. The body's border left of yellow should display,
since the rule "body {border-left: yellow}" applies. Also "body {border-left-style: solid;}"
is applied.