Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / http / tests / security / resources / onerror-iframe.html
blob312fd12d3ad8102a5fe1b51703ec3cb001a74fc8
1 <script>
2 function handleLoad()
4 window.parent.postMessage("IFrameLoaded", "*");
7 throw "IframeException";
9 </script>
10 <body onload="handleLoad()">
11 </body>