Upstream version 5.34.104.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / LayoutTests / http / tests / security / mixedContent / resources / frame-with-data-url-frame-with-frame.html
1 <script>
2 function frameLoaded() {
3   if (window.opener)
4     window.opener.postMessage('done', '*');
5 }
6 </script>
7 <iframe onload="frameLoaded()" src="data:text/html,<html><iframe src='http://127.0.0.1:8080/security/mixedContent/resources/boring.html'></iframe></html>"></iframe>