Chromium Code Reviews| Index: chrome_frame/test/data/javascript_redirect.html |
| diff --git a/chrome_frame/test/data/javascript_redirect.html b/chrome_frame/test/data/javascript_redirect.html |
| deleted file mode 100644 |
| index 771268614f3c7c7541dbd0d0fb2f01ccaac975d6..0000000000000000000000000000000000000000 |
| --- a/chrome_frame/test/data/javascript_redirect.html |
| +++ /dev/null |
| @@ -1,11 +0,0 @@ |
| -<html> |
| - <head> |
| - <script type="text/javascript"> |
| - window.onload = function() { |
| - var url = "" + window.location; |
| - window.location = url.substring(0, url.lastIndexOf("/") + 1) + |
| - "simple.html"; |
| - } |
| - </script> |
| - </head> |
| -</html> |