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

Side by Side Diff: LayoutTests/editing/selection/extend-after-mouse-selection.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 3
4 <style> 4 <style>
5 .editing { 5 .editing {
6 border: 2px solid red; 6 border: 2px solid red;
7 font-size: 24px; 7 font-size: 24px;
8 } 8 }
9 </style> 9 </style>
10 <script src="../editing.js"></script> 10 <script src="../editing.js"></script>
(...skipping 61 matching lines...) Expand 10 before | Expand all | Expand 10 after
72 </div> 72 </div>
73 73
74 <div id="console"></div> 74 <div id="console"></div>
75 75
76 <script> 76 <script>
77 editingTest("mac"); 77 editingTest("mac");
78 editingTest("win"); 78 editingTest("win");
79 editingTest("unix"); 79 editingTest("unix");
80 editingTest("android"); 80 editingTest("android");
81 </script> 81 </script>
82 <script src="../../fast/js/resources/js-test-post.js"></script>
83 82
84 </body> 83 </body>
85 </html> 84 </html>
OLDNEW
« no previous file with comments | « LayoutTests/editing/selection/drag-drop-restore.html ('k') | LayoutTests/editing/selection/extend-by-word-002.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698