blob: 8a0af67211735c0847d1642a2495581216443a7b [file] [log] [blame]
<html>
<script>
if (window.layoutTestController) {
layoutTestController.waitUntilDone();
layoutTestController.dumpAsText();
}
</script>
<style>
div {
counter-reset:ctr
}
:after {
content:counter(x);
counter-increment:ctr;
}
</style>
<junk>TESTING..</div><div><div></div>
<span></span>
<table>
</script>
<script>
document.designMode='on';
document.execCommand('selectall');
document.execCommand('italic');
document.execCommand('removeformat');
document.body.innerHTML = "PASS: Counters updated successfully without crashing";
layoutTestController.notifyDone();
</script>
</table>
</html>