Index: third_party/WebKit/LayoutTests/plugins/reloadplugins-no-pages.html |
diff --git a/third_party/WebKit/LayoutTests/plugins/reloadplugins-no-pages.html b/third_party/WebKit/LayoutTests/plugins/reloadplugins-no-pages.html |
deleted file mode 100644 |
index 36543ecf3495ecd145dc1760f7f2f10aeb4a42e2..0000000000000000000000000000000000000000 |
--- a/third_party/WebKit/LayoutTests/plugins/reloadplugins-no-pages.html |
+++ /dev/null |
@@ -1,19 +0,0 @@ |
-<html> |
-<body> |
-<embed name="plg" type="application/x-webkit-test-netscape"></embed> |
-<p>Test for NPN_RelaodPlugin in which reloadOpenPages is false. You should see one alert, indicating that the page was loaded once.</p> |
-<div id='res'>FAILURE</div> |
-<script> |
- alert("Page was loaded"); |
- if (window.testRunner) |
- testRunner.dumpAsText(); |
- |
- try { |
- plg.reloadPluginsNoPages(); |
- document.getElementById('res').innerHTML='SUCCESS'; |
- } catch (ex) { |
- alert("Exception: " + ex.description + ". Test plugin was not found"); |
- } |
-</script> |
-</body> |
-</html> |