Testing First Testable Statement of Sec 12.2 of CSS2 Specification
-
1. The content property has possible values of
"[string|uri|counter|attr(x)|open-quote|close-quote|no-open-quote|
no-close-quote]+|inherit"
PASS CRITERIA:
If statement #1 above is passed, then
this paragraph should have content of "My Intro:" inserted before it.
Rule is "p:before {content: "My Intro:"}"
This h3 element should have a content (uri) of oval button inserted before it.
Rule is "h3:before {content: uri(ovalbbut.gif)}".
This h4 heading should have content of counter() inserted before it.
Rule is "h4:before {content: counter()}".
This h5 heading should have content of open quote inserted before it.
Rule is "h5:before {content: open-quote}".
This h6 heading should have content of closed quote inserted before it.
Rule is "h6:before {content: close-quote}".
This blockquote should have content of inherit inserted before it.
Rule is "blockquote {content: inherit}".
All other properties of this page should be UA-default.