5 content: counter(exampleno, upper-roman);
6 counter-increment: exampleno;
9 content: counter(exampleno, upper-roman);
10 counter-increment: exampleno;
16 if (window
.testRunner
)
17 testRunner
.dumpAsText();
21 <body onload=
"test()">
22 This tests that we don't crash when using the CSS counters feature.
23 <div class=
"example"></div>
24 <pre class=
"example"></pre>