Testing First Testable Statement of Sec 12.4 of CSS2 Specification

PASS CRITERIA:

If statement #1 above is passed, then this paragraph should have quote marks of * around it. Rule applied is "p {quote:"*" "*"}".

this quote should have English-style quotation marks. The rule applied is "Q:lang(en) {quotes: '"' '"' "'" "'" }".
This blockquote element should have no quotes around. Rule applied is "blockquote {quote: none}".

This h3 heading should have quote of inherit. Rule applied is "h3 {quote: inherit}".