diff options
Diffstat (limited to 'chrome_frame/test/data/host_browser.html')
-rw-r--r-- | chrome_frame/test/data/host_browser.html | 7 |
1 files changed, 7 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..b6471f6 --- /dev/null +++ b/chrome_frame/test/data/host_browser.html @@ -0,0 +1,7 @@ +<html> + <head><title>Initial Page in host browser</title> + <body> + <h2>Initial page in host browser!</h2> + <p>This page should have loaded in the host browser.</p> + </body> +</html> |