Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / http / tests / security / resources / cross-frame-iframe.html
blob99d42f29b56591900966d0192e29c9ddd91916e7
1 <html>
2 <head>
3 <script>
4 function fireSentinel()
6 parent.postMessage("LOADED", "*");
8 </script>
9 </head>
10 <body onload="fireSentinel();">
11 <p id='accessMe'></p>
12 <p>Inner iframe.</p>
13 </body>
14 </html>