blob: 2ac0e12224f21a911226fc03984c0553ca3c3697 [file] [log] [blame]
<span xmlns="http://www.w3.org/1999/xhtml">
<span/>
<style>
span
{
counter-increment: counter;
}
span:before
{
content: counter(counter);
}
</style>
<script>
if (window.layoutTestController)
{
layoutTestController.dumpAsText();
layoutTestController.waitUntilDone();
}
function runTest()
{
document.documentElement.textContent = "PASS";
if (window.layoutTestController)
layoutTestController.notifyDone();
}
setTimeout('runTest()', 0);
</script>
<span/>