summaryrefslogtreecommitdiffstats
path: root/chrome_frame/test/data/iframe_basic_host.html
blob: f9a4c0c3b7b0505873d4bd9f8c1f9029624572e0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
<!-- saved from url=(0014)about:internet -->
<html>
<!-- This page is meant to load inside the host browser like IE/FF -->
<head></head>
<body>
  <iframe src ="postmessage_basic_host.html" width="50%" height="600">
  </iframe>

  <br>
  <br>
  Test for ChromeFrame inside iframe
</body>
</html>