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

Side by Side Diff: LayoutTests/fast/dom/shadow/cppevent-input-in-shadow.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 <!DOCTYPE html> 1 <!DOCTYPE html>
2 <html> 2 <html>
3 <body> 3 <body>
4 <script src="../resources/event-sender-util.js"></script> 4 <script src="../resources/event-sender-util.js"></script>
5 <script src="../../js/resources/js-test-pre.js"></script> 5 <script src="../../js/resources/js-test-pre.js"></script>
6 6
7 <div id="host"></div> 7 <div id="host"></div>
8 <pre id="console"></pre> 8 <pre id="console"></pre>
9 9
10 <script> 10 <script>
(...skipping 35 matching lines...) Expand 10 before | Expand all | Expand 10 after
46 eventSender.mouseUp(); 46 eventSender.mouseUp();
47 } 47 }
48 48
49 document.execCommand('copy'); 49 document.execCommand('copy');
50 document.execCommand('cut'); 50 document.execCommand('cut');
51 document.execCommand('paste'); 51 document.execCommand('paste');
52 52
53 var successfullyParsed = true; 53 var successfullyParsed = true;
54 </script> 54 </script>
55 55
56 <script src="../../js/resources/js-test-post.js"></script>
57 </body> 56 </body>
58 </html> 57 </html>
OLDNEW
« no previous file with comments | « LayoutTests/fast/dom/shadow/cppevent-in-shadow.html ('k') | LayoutTests/fast/dom/shadow/css-hostrule-api.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698