Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(456)

Side by Side Diff: LayoutTests/fast/dom/click-method-on-html-element.html

Issue 48903019: Delete js-test-post.js. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 7 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
OLDNEW
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
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>
OLDNEW
« no previous file with comments | « LayoutTests/fast/dom/child-insertion-notify-crash.html ('k') | LayoutTests/fast/dom/clone-node-default-argument.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698