Index: chrome_frame/test/data/src_property_frame1.html |
=================================================================== |
--- chrome_frame/test/data/src_property_frame1.html (revision 0) |
+++ chrome_frame/test/data/src_property_frame1.html (revision 0) |
@@ -0,0 +1,13 @@ |
+<html> |
+ <head><title>src property test - page 1</title> |
+ <script type="text/javascript"> |
+ function redirect(){ |
+ window.location = "src_property_frame2.html"; |
+ } |
+ </script> |
+ </head> |
+ <body onLoad="setTimeout(redirect, 100);"> |
+ <h2>Prepare to be redirected!</h2> |
+ <p>Redirecting to a new page within frame...</p> |
+ </body> |
+</html> |