My page is very basic
<!DOCTYPE html>
<html>
<head>
<title>Title</title>
</head>
<body>
<h1>Title</h1>
<canvas id="can"></canvas>
<video autoplay id="vid" style="cursor:pointer"></video><br>
<script type="application/javascript;version=1.7" src="8bit.js"></script>
</body>
</html>
It loads the JavaScript Firefox, but does not in Chrome.
If I copy and paste the contents of the JavaScript file into the console in Chrome, then it runs fine.
Why doesn't it load from the script tag in Chrome?