Testing Seventh Testable Statement of Sec 5.7 of CSS2 Specification
-
7. Adjacent sibling selectors have the following syntax: E1 + E2.
PASS CRITERIA:
If statement #7 above is passed, then
this h3 heading should have a color of UA-default.
The adjacent sibling selector is "h3 + h4 {color: blue}".
This h4 heading should be blue, because of above selector.
All other properties of this page should be UA-default.