Chromium Code Reviews| Index: LayoutTests/plugins/evaluate-js-after-removing-plugin-element.html |
| diff --git a/LayoutTests/plugins/evaluate-js-after-removing-plugin-element.html b/LayoutTests/plugins/evaluate-js-after-removing-plugin-element.html |
| deleted file mode 100644 |
| index 3afc66eb6de76a75a165acd2b39a0bce03c48fea..0000000000000000000000000000000000000000 |
| --- a/LayoutTests/plugins/evaluate-js-after-removing-plugin-element.html |
| +++ /dev/null |
| @@ -1,15 +0,0 @@ |
| -<!DOCTYPE html> |
| -<html> |
| -<head> |
| - <script> |
| - if (window.testRunner) |
| - testRunner.dumpAsText(); |
| - </script> |
| -</head> |
| -<body> |
| - <div> |
| - <embed id=testPlugin type="application/x-webkit-test-netscape" src="data:text/plain," test="evaluate-js-after-removing-plugin-element"></embed> |
| - </div> |
| - <p>This tests that we don't crash when a plugin removes itself from the document and then executes JavaScript.</p> |
| -</body> |
| -</html> |