Chromium Code Reviews| Index: content/test/data/browser_plugin_title_change.html |
| =================================================================== |
| --- content/test/data/browser_plugin_title_change.html (revision 157800) |
| +++ content/test/data/browser_plugin_title_change.html (working copy) |
| @@ -1,12 +0,0 @@ |
| -<html> |
| - <head> |
| - <script type="text/javascript"> |
| - function SetTitle(title) { |
| - document.title = title; |
| - } |
| - </script> |
| - </head> |
| - <body> |
| - <script>SetTitle('done');</script> |
| - </body> |
| -</html> |