blob: 6fdb445f18c44cc8f11853f2ea32ea5758b3dca4 [file] [log] [blame]
<style>
.x:after { content:counter(c, asterisks) ""; counter-increment:c 1550; }
</style>
<script>
function runTest() {
document.styleSheets[0].insertRule("div { counter-reset: c 141170 }");
if (window.layoutTestController)
layoutTestController.dumpAsText();
}
window.onload=runTest;
</script>
<div>
<span class="x">
<div></div>
<span class="x">
<p>
<p>
PASS if no assert or crash in debug
</div>