blob: 4be942ad93c2ad799c8205a9631df5e89ad92285 [file] [log] [blame]
<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML//EN">
<html>
<head>
<script src="../../../resources/js-test.js"></script>
</head>
<body>
Checks that inline scripts are not deferred.
<div id="console"></div>
<script src="data:text/javascript,debug(2);" defer></script>
<script defer>
debug(1);
</script>
</body>
</html>