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

Unified Diff: LayoutTests/plugins/get-url-notify-with-url-that-fails-to-load.html

Issue 1319473007: Delete a bunch of NPAPI layout tests. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: rebase Created 5 years, 3 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: LayoutTests/plugins/get-url-notify-with-url-that-fails-to-load.html
diff --git a/LayoutTests/plugins/get-url-notify-with-url-that-fails-to-load.html b/LayoutTests/plugins/get-url-notify-with-url-that-fails-to-load.html
deleted file mode 100644
index e13eb2617987f82b4a818ab8d09b9d09e3f166ad..0000000000000000000000000000000000000000
--- a/LayoutTests/plugins/get-url-notify-with-url-that-fails-to-load.html
+++ /dev/null
@@ -1,16 +0,0 @@
-<script>
-function testSucceeded() {
- document.getElementById('console').innerText = 'SUCCESS';
- if (window.testRunner)
- testRunner.notifyDone();
-}
-
-if (window.testRunner) {
- testRunner.dumpAsText();
- testRunner.waitUntilDone();
-}
-</script>
-<body>
-<embed id="plugin" type="application/x-webkit-test-netscape" test="get-url-notify-with-url-that-fails-to-load" width=100 height=100></embed>
-<p id="description">This tests that calling NPN_GetURLNotify on a URL that never even loads still calls NPP_URLNotify.</p>
-<div id="console">FAILURE</div>

Powered by Google App Engine
This is Rietveld 408576698