root/LayoutTests/http/tests/misc/resources/3rd-level-iframe-with-blocking-resource.php

/* [<][>][^][v][top][bottom][index][help] */
<?php
sleep(1);
print "
<html>
<head>
    <script src='notfound.js'></script>
    <style>body { background-color: red; }</style>
</head>
<body>
    PASS.
    <script>
        if (window.testRunner) {
            testRunner.notifyDone();
        }
    </script>
</body>
</html>";
?>

/* [<][>][^][v][top][bottom][index][help] */