chromium/third_party/blink/web_tests/fast/frames/resources/iframe-focus.html

<html>
    <head>
        <script>
            function test()
            {
                window.focus();
                testRunner.queueReload();
            }
        </script>
    </head>
    <body onload="test()">
    Test
    </body>
</html>