blob: 9eeb40e25a0fd9afc9ecd8c4dc20537be088d4db [file] [edit]
<style>
html {
outline-style: auto;
}
fieldset {
overflow-y: -webkit-paged-y;
}
</style>
<fieldset id=container><legend></legend><label id=child></label></fieldset><script>
if (window.testRunner)
testRunner.dumpAsText();
document.body.offsetHeight;
child.innerText = "pass if no crash";
document.body.offsetHeight;
container.innerText = "or assert";
</script>