Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / fast / frames / resources / iframe-focus.html
blob204ad6d318c77cae9f66ba442029009bf1fbd3c3
1 <html>
2 <head>
3 <script>
4 function test()
6 window.focus();
7 testRunner.queueReload();
9 </script>
10 </head>
11 <body onload="test()">
12 Test
13 </body>
14 </html>