blob: dc88c7ff3baeabd959b7dcb320cd427d7227774a [file] [log] [blame]
<style>
rt, embed {
height: 4px;
line-height: 100vh;
}
</style>
<script>
if (window.testRunner)
testRunner.dumpAsText();
window.addEventListener("load", function () {
document.body.offsetHeight;
document.all[6].appendChild(rt);
document.body.offsetHeight;
appendToThis.appendChild(rt);
});
</script><rt id=rt>PASS if no crash or assert</rt><ruby id=foo><span id=appendToThis></span><embed type="unspecified"></embed>
</ruby>