OLD | NEW |
1 <html> | 1 <html> |
2 <head> | 2 <head> |
3 <script src="../js/resources/js-test-pre.js"></script> | 3 <script src="../../resources/js-test.js"></script> |
4 </head> | 4 </head> |
5 <body> | 5 <body> |
6 <p>The support of click() method on HTMLElement.</p> | 6 <p>The support of click() method on HTMLElement.</p> |
7 <div id="console"></div> | 7 <div id="console"></div> |
8 <script> | 8 <script> |
9 var success; | 9 var success; |
10 function clickHandler(event) { | 10 function clickHandler(event) { |
11 success = true; | 11 success = true; |
12 } | 12 } |
13 | 13 |
(...skipping 16 matching lines...) Expand all Loading... |
30 "nobr","noembed","noframes","nolayer","noscript","object","ol","optgroup","o
ption","output","p","param","plaintext","pre","progress","q","rp","rt","ruby","s
", | 30 "nobr","noembed","noframes","nolayer","noscript","object","ol","optgroup","o
ption","output","p","param","plaintext","pre","progress","q","rp","rt","ruby","s
", |
31 "samp","script","section","select","small","source","span","strike","strong"
,"style","sub","summary","sup","table","tbody","td","textarea","tfoot","th","the
ad", | 31 "samp","script","section","select","small","source","span","strike","strong"
,"style","sub","summary","sup","table","tbody","td","textarea","tfoot","th","the
ad", |
32 "title","tr","track","tt","u","ul","var","video","wbr","xmp"]; | 32 "title","tr","track","tt","u","ul","var","video","wbr","xmp"]; |
33 | 33 |
34 for (var i =0 ; i < tagNames.length; i++) | 34 for (var i =0 ; i < tagNames.length; i++) |
35 runTests(tagNames[i]); | 35 runTests(tagNames[i]); |
36 | 36 |
37 </script> | 37 </script> |
38 </body> | 38 </body> |
39 </html> | 39 </html> |
OLD | NEW |