Testing Eighth Testable Statement of Sec 19.5 of CSS2 Specification
-
8. The cue property is a shorthand for setting "cue-before" and "cue-after".
PASS CRITERIA:
If statement #8 above is passed, this heading should have a cue
of url("pop.au").
The rule applied is "h3 {cue: url("pop.au")}".
This h4 element should have a cue-before of url(pop.au)
and a cue-after of url(pop.au), which should be the same as in the
h3 heading above.
The rule applied is "h4 {cue-before: url("pop.au"); cue-after: url("pop.au")}
".
All other properties of this page should be UA-default.
Your browser rendering of this page should look similar to this
reference image or to this reference image.