| <script> | |
| function runTest() { | |
| if (window.testRunner) { | |
| testRunner.waitUntilDone(); | |
| testRunner.dumpAsText(); | |
| testRunner.dumpChildFramesAsText(); | |
| } | |
| } | |
| window.onload = runTest; | |
| </script> | |
| <iframe id="frame" name="frame" src="resources/positioned-div-with-floating-after-content-crash-frame1.html"></iframe> |