Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / Source / web / tests / data / orientation-frame-detach.html
blob868fb4529b4cf30d239bcc755c1e3e8eb7cb4dd1
1 <body>
2 <iframe id="i" src="about:blank"></iframe>
3 <script>
4 window.onorientationchange = function() {
5 document.getElementById("i").remove();
7 </script>
8 </frame>