Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / fast / dom / Window / open-existing-pop-up-blocking.html
blob3880373edd49a0fd977f54b28585a95819097942
1 <script>
2 if (window.testRunner)
3 testRunner.waitUntilDone();
4 </script>
5 <iframe src="resources/open-sibling-subframe.html"></iframe>
6 <iframe name="sibling" src="data:text/html,If you can still see this text, the test failed."></iframe>