Border Color HTML Test
-
The "border-color" property sets the border color of an element.
PASS CRITERIA:
If statement above is true, this paragraph should have a border color
of blue.
The rule applied is "p {border-color: blue; border-style: solid;}"
This h3 heading should have a border color of green.
The rule applied is "h3 {border-color: green; border-style: solid;}"
All other properties of this page should be UA-default.