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

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

Issue 58533003: Move fast/js/resources files to resources. (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="../../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
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>
OLDNEW
« no previous file with comments | « LayoutTests/fast/dom/characterdata-api-arguments.html ('k') | LayoutTests/fast/dom/collection-idempotence.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698