1
0
mirror of https://github.com/rkd77/elinks.git synced 2024-06-20 00:15:31 +00:00
elinks/test/ecmascript/type.html
2005-11-02 16:55:15 +01:00

20 lines
815 B
HTML

<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<title>Script tests</title>
<script type="text/javascript" src="nothing.js"></script>
<script type="application/javascript" src="nothing.js"></script>
<script type="text/ecmascript" src="nothing.js"></script>
<script type="application/ecmascript" src="nothing.js"></script>
<script type="text/JavaScript1.0" src="nothing.js"></script>
<script type="application/jaVasCript456a" src="nothing.js"></script>
<script type="texT/jscript" src="nothing.js"></script>
<script type="text/livescript" src="nothing.js"></script>
<script type="application/x-javascript" src="nothing.js"></script>
<script type="apPlication/x-ecmascript" src="nothing.js"></script>
</head>
<body>
Scripts loaded in head section.
</body>
</html>