Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / fast / frames / resources / iframe-display-none-child.html
blob00b7582eae4e155afd30451e63698a6d703072f0
1 <html>
2 <head>
3 </head>
4 <body onload="alert('this comes from the child frame onload handler!')">
5 <div id="text">This text comes from the hidden iframe</div>
6 </body>
7 </html>