summaryrefslogtreecommitdiffstats
path: root/third_party/WebKit/LayoutTests/http/tests/misc/frameset-disables-resource-scheduling.html
blob: cc053d80187d091c5ab521cbf355b6dc2e1f5e01 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
<html>
    <head>
        <script>
            if (window.testRunner) {
                testRunner.dumpAsText();
                testRunner.dumpChildFramesAsText();
            }
        </script>
    </head>
    <frameset>
        <frame src="resources/slow-frame-with-image.php">
    </frameset>
</html>