The union of the color and the node_number in the struct screen_char.
[elinks.git] / test / ecmascript / type.html
bloba0fea4a275d80d1f874b9c6deda17a2384ff17da
1 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
2 <html>
3 <head>
4 <title>Script tests</title>
5 <script type="text/javascript" src="nothing.js"></script>
6 <script type="application/javascript" src="nothing.js"></script>
7 <script type="text/ecmascript" src="nothing.js"></script>
8 <script type="application/ecmascript" src="nothing.js"></script>
9 <script type="text/JavaScript1.0" src="nothing.js"></script>
10 <script type="application/jaVasCript456a" src="nothing.js"></script>
11 <script type="texT/jscript" src="nothing.js"></script>
12 <script type="text/livescript" src="nothing.js"></script>
13 <script type="application/x-javascript" src="nothing.js"></script>
14 <script type="apPlication/x-ecmascript" src="nothing.js"></script>
15 </head>
16 <body>
17 Scripts loaded in head section.
18 </body>
19 </html>