blob: 4975557aa42762f4d09b737b0fe2ed58a29c1183 [file] [log] [blame] [edit]
<style>
.mtableStyleClass { list-style: url('foo') inside; position: absolute; }
</style>
<script>
function test() {
if (window.testRunner)
testRunner.dumpAsText();
mtrID.replaceWith("foo");
document.body.offsetTop;
document.body.innerHTML = 'PASS if no crash.';
}
</script>
<body onload=test()>
<math display="inline">
<mover>
<mtable class="mtableStyleClass">
<mtr id="mtrID"></mtr>
</mtable>
</mover>
</math>
</body>