OLD | NEW |
1 <html> | 1 <html> |
2 <head> | 2 <head> |
3 <script src="../js/resources/js-test-pre.js"></script> | 3 <script src="../js/resources/js-test-pre.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) { |
(...skipping 17 matching lines...) Expand all Loading... |
28 "em","embed","fieldset","figcaption","figure","font","footer","form","frame"
,"frameset","h1","h2","h3","h4","h5","h6","head","header","hgroup","hr","html", | 28 "em","embed","fieldset","figcaption","figure","font","footer","form","frame"
,"frameset","h1","h2","h3","h4","h5","h6","head","header","hgroup","hr","html", |
29 "i","iframe","img","input","ins","isindex","kbd","keygen","label","layer","l
egend","li","link","listing","main","map","mark","marquee","menu","meta","meter"
,"nav", | 29 "i","iframe","img","input","ins","isindex","kbd","keygen","label","layer","l
egend","li","link","listing","main","map","mark","marquee","menu","meta","meter"
,"nav", |
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 <script src="../js/resources/js-test-post.js"></script> | |
39 </body> | 38 </body> |
40 </html> | 39 </html> |
OLD | NEW |