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

Unified Diff: third_party/WebKit/LayoutTests/http/tests/plugins/interrupted-get-url.html

Issue 1747713002: Remove http/tests/plugins/interrupted-get-url.html (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: . Created 4 years, 10 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/http/tests/plugins/interrupted-get-url.html
diff --git a/third_party/WebKit/LayoutTests/http/tests/plugins/interrupted-get-url.html b/third_party/WebKit/LayoutTests/http/tests/plugins/interrupted-get-url.html
deleted file mode 100644
index 7f53a80a9ee5d52be99f391da31d7dfd699c816d..0000000000000000000000000000000000000000
--- a/third_party/WebKit/LayoutTests/http/tests/plugins/interrupted-get-url.html
+++ /dev/null
@@ -1,17 +0,0 @@
-<html>
-<body>
-FAILURE
-<embed name="plg" type="application/x-webkit-test-netscape"></embed>
-<script>
- if (window.testRunner) {
- testRunner.dumpAsText();
- testRunner.waitUntilDone();
- }
-
- plg.getURL("resources/slow-resource.pl");
-
- setTimeout(function() { window.location = "resources/interrupted-get-url-success.html"; }, 200);
-
-</script>
-</body>
-</html>

Powered by Google App Engine
This is Rietveld 408576698