blob: 8301dd40b8a8301f6cb76143fc4ef40d652f20ef [file] [log] [blame]
<script>
function runTest() {
if (window.layoutTestController) {
layoutTestController.waitUntilDone();
layoutTestController.dumpAsText();
layoutTestController.dumpChildFramesAsText();
}
}
window.onload = runTest;
</script>
<iframe id="frame" src="resources/positioned-div-with-floating-after-content-crash-frame1.html"></iframe>