| OLD | NEW |
| 1 <!DOCTYPE html> | 1 <!DOCTYPE html> |
| 2 <html> | 2 <html> |
| 3 <body> | 3 <body> |
| 4 <script> | 4 <script> |
| 5 | 5 |
| 6 if (!window.layoutTestController) | 6 if (!window.layoutTestController) |
| 7 document.writeln("This crash test needs to be ran inside DumpRenderTree"); | 7 document.writeln("This crash test needs to be ran inside DumpRenderTree"); |
| 8 | 8 |
| 9 var target; | 9 var target; |
| 10 | 10 |
| (...skipping 24 matching lines...) Expand all Loading... |
| 35 target = null; | 35 target = null; |
| 36 if (window.GCController) | 36 if (window.GCController) |
| 37 GCController.collect(); | 37 GCController.collect(); |
| 38 } | 38 } |
| 39 | 39 |
| 40 </script> | 40 </script> |
| 41 <img id="src" src="resources/abe.png" onload="startTest()" draggable="true" ondr
ag="trigger();"> | 41 <img id="src" src="resources/abe.png" onload="startTest()" draggable="true" ondr
ag="trigger();"> |
| 42 <textarea id="target" style="width: 500px; height: 500px;">Dropzone</textarea> | 42 <textarea id="target" style="width: 500px; height: 500px;">Dropzone</textarea> |
| 43 </body> | 43 </body> |
| 44 </html> | 44 </html> |
| OLD | NEW |