Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / fast / dom / Window / resources / child-opens-window.html
blobb252578dd07de3a97f80250c851a959cef32dff8
1 <html>
2 <head>
3 <script>
4 var result = window.open('data:text/html;charset=utf-8,<html><body>PASS</body></html>');
5 window.top.opened(result);
6 </script>
7 </head>
8 </html>