| Index: chrome_frame/test/data/no_interference/javascript_redirect.html
|
| diff --git a/chrome_frame/test/data/no_interference/javascript_redirect.html b/chrome_frame/test/data/no_interference/javascript_redirect.html
|
| new file mode 100755
|
| index 0000000000000000000000000000000000000000..4ea73ef72339fd8e7b46d6706b371db70c7fd70d
|
| --- /dev/null
|
| +++ b/chrome_frame/test/data/no_interference/javascript_redirect.html
|
| @@ -0,0 +1,11 @@
|
| +<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>
|
|
|