Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(635)

Unified Diff: third_party/WebKit/LayoutTests/plugins/reloadplugins-no-pages.html

Issue 1821103002: Migrate a bunch of LayoutTests from NPAPI to PPAPI (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@fix_open-and-close-window-with-plugin
Patch Set: rebase; fix expectations for plugin-initiate-popup-window-expected Created 4 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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>

Powered by Google App Engine
This is Rietveld 408576698