blob: c31e93f211386a29ce47b629ac07c4e1859cc6dd [file] [log] [blame]
<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML//EN">
<html>
<head>
<script src="../../../resources/js-test-pre.js"></script>
</head>
<body>
Checks that deferred scripts with invalid URLs are ignored and subsequent deferred scripts executed.
<div id="console"></div>
<script src="http://localhost:999999/" defer></script>
<script src="resources/defer.js" defer></script>
</body>
</html>