| OLD | NEW | 
|   1 <script> |   1 <script> | 
|   2 function runTest() { |   2 function runTest() { | 
|   3     if (window.testRunner) { |   3     if (window.testRunner) { | 
|   4         testRunner.waitUntilDone(); |   4         testRunner.waitUntilDone(); | 
|   5         testRunner.dumpAsText(); |   5         testRunner.dumpAsText(); | 
|   6         testRunner.dumpChildFramesAsText(); |   6         testRunner.dumpChildFramesAsText(); | 
|   7     } |   7     } | 
|   8 } |   8 } | 
|   9 window.onload = runTest; |   9 window.onload = runTest; | 
|  10 </script> |  10 </script> | 
|  11 <iframe name="frame" src="resources/positioned-div-with-floating-after-content-c
    rash-frame1.html"></iframe> |  11 <iframe id="frame" src="resources/positioned-div-with-floating-after-content-cra
    sh-frame1.html"></iframe> | 
| OLD | NEW |