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

Unified Diff: LayoutTests/http/tests/globalhistory/history-delegate-basic-302-redirect.html

Issue 14195011: Removed WONTFIX tests (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 7 years, 8 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/globalhistory/history-delegate-basic-302-redirect.html
diff --git a/LayoutTests/http/tests/globalhistory/history-delegate-basic-302-redirect.html b/LayoutTests/http/tests/globalhistory/history-delegate-basic-302-redirect.html
deleted file mode 100644
index b23b4466c572c5afb506db3bd7e25fa9c0c29dd7..0000000000000000000000000000000000000000
--- a/LayoutTests/http/tests/globalhistory/history-delegate-basic-302-redirect.html
+++ /dev/null
@@ -1,16 +0,0 @@
-<script>
-
-if (window.testRunner) {
- testRunner.waitUntilDone();
- testRunner.dumpAsText();
- testRunner.dumpFrameLoadCallbacks();
-}
-
-function runTest() {
- window.location.replace('http://127.0.0.1:8000/resources/redirect.php?url=notify-done.html');
-}
-
-</script>
-<body onload="setTimeout('runTest();', 10);">
-This tests basic functionality of the HistoryDelegate, including tracking a few forms of redirects.<br>
-</body>

Powered by Google App Engine
This is Rietveld 408576698