blob: d013be02ebd9345b2b43dcf7356a23cc95ba6073 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
<script>
function runTest() {
if (window.testRunner) {
testRunner.waitUntilDone();
testRunner.dumpAsText();
testRunner.dumpChildFramesAsText();
}
}
window.onload = runTest;
</script>
<iframe name="frame" src="resources/positioned-div-with-floating-after-content-crash-frame1.html"></iframe>
|