blob: 56b7c1dc03a22925b264e9c4cc8e0e9ddd9dcb80 [file] [log] [blame]
<!DOCTYPE html>
<html>
<head>
<title>Logs tests</title>
<meta charset="utf-8">
<script>
console.log("hi");
console.dir({a: 3});
foo;
</script>
</head>
<body>
<main>
</main>
</body>
</html>