| Index: chrome_frame/test/data/no_interference/javascript_redirect.html
|
| ===================================================================
|
| --- chrome_frame/test/data/no_interference/javascript_redirect.html (revision 0)
|
| +++ chrome_frame/test/data/no_interference/javascript_redirect.html (revision 0)
|
| @@ -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>
|
|
|
| Property changes on: chrome_frame\test\data\no_interference\javascript_redirect.html
|
| ___________________________________________________________________
|
| Added: svn:eol-style
|
| + LF
|
|
|
|
|