| Index: chrome_frame/test/data/no_interference/javascript_redirect.html
|
| ===================================================================
|
| --- chrome_frame/test/data/no_interference/javascript_redirect.html (revision 49836)
|
| +++ chrome_frame/test/data/no_interference/javascript_redirect.html (working copy)
|
| @@ -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) +
|
| - "empty.html";
|
| - }
|
| - </script>
|
| - </head>
|
| -</html>
|
|
|