summaryrefslogtreecommitdiffstats
path: root/chrome_frame/test/data/src_property_frame1.html
diff options
context:
space:
mode:
Diffstat (limited to 'chrome_frame/test/data/src_property_frame1.html')
-rw-r--r--chrome_frame/test/data/src_property_frame1.html13
1 files changed, 13 insertions, 0 deletions
diff --git a/chrome_frame/test/data/src_property_frame1.html b/chrome_frame/test/data/src_property_frame1.html
new file mode 100644
index 0000000..1eaa3cf
--- /dev/null
+++ b/chrome_frame/test/data/src_property_frame1.html
@@ -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> \ No newline at end of file