| OLD | NEW | 
|   1 <html> |   1 <html> | 
|   2 <body> |   2 <body> | 
|   3 <embed name="plg" type="application/x-webkit-test-netscape"></embed> |   3 <embed name="plg" type="application/x-webkit-test-netscape"></embed> | 
|   4 <script> |   4 <script> | 
|   5  |   5  | 
|   6     if (window.layoutTestController) |   6     if (window.layoutTestController) | 
|   7         layoutTestController.dumpAsText(); |   7         layoutTestController.dumpAsText(); | 
|   8      |   8      | 
|   9     function deletePlugin() { |   9     function deletePlugin() { | 
|  10         document.body.innerHTML = "" |  10         document.body.innerHTML = "" | 
|  11     } |  11     } | 
|  12  |  12  | 
|  13     plg.deletePluginReturnTrue = true; |  13     plg.deletePluginReturnTrue = true; | 
|  14 </script> |  14 </script> | 
|  15 </body> |  15 </body> | 
|  16 </html> |  16 </html> | 
| OLD | NEW |