summaryrefslogtreecommitdiffstats
path: root/chrome_frame/test/data/sub_frame2.html
blob: 3075a221e0fe22203fa6e523886b53c0735d9b71 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
<html>
  <head>
    <meta http-equiv="x-ua-compatible" content="chrome=1" />
    <title>Sub frame 2</title>
  </head>
  <body>
    Sub frame 2
    <br/><br/>
    <br>
    <div id="statusPanel" style="border: 1px solid red; width: 100%">
    LOG:
    </div>
  </body>
</html>