diff options
Diffstat (limited to 'chrome_frame/test/data/host_browser.html')
-rw-r--r-- | chrome_frame/test/data/host_browser.html | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/chrome_frame/test/data/host_browser.html b/chrome_frame/test/data/host_browser.html new file mode 100644 index 0000000..cfd21f4 --- /dev/null +++ b/chrome_frame/test/data/host_browser.html @@ -0,0 +1,8 @@ +<html> + <head><title>Initial Page in host browser</title> + </head> + <body onLoad="test();"> + <h2>Initial page in host browser!</h2> + <p>This page should have loaded in the host browser.</p> + </body> +</html> |