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

Unified Diff: LayoutTests/http/tests/history/redirect-js-document-location-0-seconds.html

Issue 40513003: Delete/move the remaining stale tests in TestExpectations. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: delete plugins/reentrant-update-widget-positions.html as well Created 7 years, 2 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/http/tests/history/redirect-js-document-location-0-seconds.html
diff --git a/LayoutTests/http/tests/history/redirect-js-document-location-0-seconds.html b/LayoutTests/http/tests/history/redirect-js-document-location-0-seconds.html
deleted file mode 100644
index e17097369cb704be984a6d44249a9976280133aa..0000000000000000000000000000000000000000
--- a/LayoutTests/http/tests/history/redirect-js-document-location-0-seconds.html
+++ /dev/null
@@ -1,15 +0,0 @@
-<html>
-<head>
-<title>JavaScript Redirect</title>
-
-<script>
-if (window.testRunner) {
- testRunner.clearBackForwardList();
- testRunner.waitUntilDone();
-}
-setTimeout(function () { document.location = "resources/redirect-target.html#1"; }, 0);
-</script>
-</head>
-
-<body>This page is a JavaScript redirect on a 0 second delay.</body>
-</html>

Powered by Google App Engine
This is Rietveld 408576698