Testing 24th Testable Statement of Sec 9.2 of CSS2 Specification

PASS CRITERIA:

If statement #24 above is passed, then
This blockquote element has initial display inline. No specific rule is applied.

This strong text has display of inline (or UA-default). A rule "p {display: block}" is defined, and strong is descendant of p, but property is not inherited.

This h3 heading has display of UA-default; rule applied is "h3 {display: 200%}", but percentages don't apply.

This emphasized text has inline display; rule applied is "em {display: inline}".
  1. This list item has display of list-item; rule applied is "li {display: list-item}".
There should be no green oval button image here, even though it is in the source. Rule is "img {display: none}". From list of elements represented above, display property would apply to all elements. All other properties of this page should be UA-default.