summaryrefslogtreecommitdiffstats
path: root/chrome_frame/test/data/host_browser.html
blob: cfd21f4f26e9959bda7959c723b795834e2506b8 (plain)
1
2
3
4
5
6
7
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>