| Index: LayoutTests/http/tests/globalhistory/history-delegate-basic-refresh-redirect.html
|
| diff --git a/LayoutTests/http/tests/globalhistory/history-delegate-basic-refresh-redirect.html b/LayoutTests/http/tests/globalhistory/history-delegate-basic-refresh-redirect.html
|
| deleted file mode 100644
|
| index 03d7ed7eb65c72feb7a810c5afa470621c547f4e..0000000000000000000000000000000000000000
|
| --- a/LayoutTests/http/tests/globalhistory/history-delegate-basic-refresh-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&refresh=0');
|
| -}
|
| -
|
| -</script>
|
| -<body onload="setTimeout('runTest();', 10);">
|
| -This tests basic functionality of the HistoryDelegate, including tracking a few forms of redirects.<br>
|
| -</body>
|
|
|