Upstream version 9.38.198.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / LayoutTests / http / tests / security / mixedContent / websocket / resources / sandboxed-expect-throw-on-construction.html
1 <!DOCTYPE html>
2 <html>
3 <head>
4 <script>
5 window.addEventListener("message", function (e) { window.opener.postMessage(e.data, "*"); });
6 </script>
7 <iframe sandbox="allow-scripts" src="expect-throw-on-construction.html"></iframe>
8 </head>
9 <body>
10 </body>
11 </html>