| OLD | NEW |
| 1 <html> | 1 <html> |
| 2 <head> | 2 <head> |
| 3 <script> | 3 <script> |
| 4 if (window.testRunner) { | 4 if (window.testRunner) { |
| 5 testRunner.dumpAsText(); | 5 testRunner.dumpAsText(); |
| 6 testRunner.waitUntilDone(); | 6 testRunner.waitUntilDone(); |
| 7 } | 7 } |
| 8 | 8 |
| 9 function moveToCenter(element) | 9 function moveToCenter(element) |
| 10 { | 10 { |
| (...skipping 25 matching lines...) Expand all Loading... |
| 36 | 36 |
| 37 input.contentWindow.postMessage("go", "*"); | 37 input.contentWindow.postMessage("go", "*"); |
| 38 } | 38 } |
| 39 </script> | 39 </script> |
| 40 </head> | 40 </head> |
| 41 <body onload="runTest()"> | 41 <body onload="runTest()"> |
| 42 <span id="span">Dragme</span> | 42 <span id="span">Dragme</span> |
| 43 <iframe id="target" src="http://localhost:8000/security/resources/drag-drop.html
"></iframe> | 43 <iframe id="target" src="http://localhost:8000/security/resources/drag-drop.html
"></iframe> |
| 44 </body> | 44 </body> |
| 45 </html> | 45 </html> |
| OLD | NEW |