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