Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / http / tests / incremental / frame-focus-before-load.html
blob9d57b44d6454e1e09df91698f903a5a1e11825a6
1 <html>
2 <body>
3 <iframe id="slowToLoad" name="slowToLoad" src="slow-utf8-text.pl" style="visibility:hidden"></iframe>
4 <script>
5 if (window.testRunner)
6 testRunner.dumpAsText();
8 slowToLoad.focus();
9 slowToLoad.blur();
10 </script>
11 <p>This page tests whether focusing and/or blurring a frame before its content has loaded causes a crash. See rdar://problem/4632505.</p>
12 <p>PASS: You didn't crash.</p>
13 </body>
14 </html>