blob: 2a574001d56ff0b5bb33a08ad39f82541af8c3ea [file] [log] [blame]
<!DOCTYPE html>
<script>
if (window.testRunner)
testRunner.dumpAsText();
</script>
<script src="http://127.0.0.1:8000/resources/slow-script.pl?delay=1000"></script>
<script src="http://127.0.0.1:8000/resources/checkPreload.js"></script>
<body>
This test makes sure that the Preload scanner preloads the script resource.
<br/>
<script>
checkForPreload("resources/preload-test.jpg", true);
</script>
<script src="resources/preload-test.jpg">
</body>