Parent Directory
|
Revision Log
New tests
1 | <html xml:lang="en" xmlns="http://www.w3.org/1999/xhtml"> |
2 | <head> |
3 | <title><script><!--...</title> |
4 | </head> |
5 | <body> |
6 | <p id="text1">Script is not executed (maybe due to script error).</p> |
7 | <script type="text/javascript"><![CDATA[ |
8 | <!-- |
9 | document.getElementById ('text1').firstChild.data = 'Script is executed.'; |
10 | // --> |
11 | ]]></script> |
12 | <noscript><p>NOSCRIPT</p></noscript> |
13 | </body> |
14 | </html> |
admin@suikawiki.org | ViewVC Help |
Powered by ViewVC 1.1.24 |