| 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>
|
|
|