Is it expected to see "Test" in a message box following the code below? If not, what modifications should be done?
<html>
<base href="http://www.google.com"></base>
<body>
<script language="JavaScript" type="text/javascript" src="test.js"></script>
</body>
</html>
Inside test.js, the script contains:
alert("Test");