/[suikacvs]/www/test/html/script/event-attr/language/label-jscript-1.html
Suika

Contents of /www/test/html/script/event-attr/language/label-jscript-1.html

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1.1 - (hide annotations) (download) (as text)
Fri Dec 29 11:52:54 2006 UTC (19 years, 6 months ago) by wakaba
Branch: MAIN
CVS Tags: HEAD
File MIME type: text/html
New tests

1 wakaba 1.1 <!DOCTYPE html>
2     <html lang="en">
3     <head>
4     <title>onload="jscript: code"</title>
5     </head>
6     <body onload="jscript:
7     for (var i = 0; i < 2; i++) {
8     if (i == 0) {
9     document.forms.results.result.value = 'PASS';
10     break jscript;
11     } else {
12     document.forms.results.result.value = 'FAIL (ignored)';
13     }
14     }"><form name="results">
15     <noscript><input type="text" name="result" value="noscript"></noscript>
16     <script type="text/javascript">
17     document.write ('<input type="text" name="result"\
18     value="FAIL (not executed)">');
19     </script>
20     </form></body>
21     </html>

[email protected]
ViewVC Help
Powered by ViewVC 1.1.24