Testing Tenth Testable Statement of Sec 9.7 of CSS2 Specification
-
10. Otherwise, the remaining display properties apply as specified.
PASS CRITERIA:
If statement #10 above is passed, then
This h3 heading should have display of block;
rule is "h3 {display: block}"
This h4 heading should also have display of block;
rule is "h4 {display: inherit}"
All other properties of this page should be UA-default.