1 <span xmlns=
"http://www.w3.org/1999/xhtml">
6 counter-increment: counter;
10 content: counter(counter);
14 if (window
.testRunner
)
16 testRunner
.dumpAsText();
17 testRunner
.waitUntilDone();
22 document
.documentElement
.textContent
= "PASS";
24 if (window
.testRunner
)
25 testRunner
.notifyDone();
28 setTimeout('runTest()', 0);