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

Side by Side Diff: LayoutTests/editing/selection/user-select-all-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 <!DOCTYPE html> 1 <!DOCTYPE html>
2 <head> 2 <head>
3 <style> 3 <style>
4 .userSelectAll {-webkit-user-select: all; } 4 .userSelectAll {-webkit-user-select: all; }
5 </style> 5 </style>
6 <script src="../editing.js"></script> 6 <script src="../editing.js"></script>
7 <script src="../../fast/js/resources/js-test-pre.js"></script> 7 <script src="../../fast/js/resources/js-test-pre.js"></script>
8 <script src="resources/js-test-selection-shared.js"></script> 8 <script src="resources/js-test-selection-shared.js"></script>
9 <script> 9 <script>
10 function log(str) { 10 function log(str) {
(...skipping 113 matching lines...) Expand 10 before | Expand all | Expand 10 after
124 </script> 124 </script>
125 </head> 125 </head>
126 <body><div contenteditable><span>Test -webkit-user-select all </span><span class ="userSelectAll" id="allArea"><span style="border: solid red 1px" id="descendant ">user <b>select all</b> area</span></span><span> Test -webkit-user-select all</ span></div> 126 <body><div contenteditable><span>Test -webkit-user-select all </span><span class ="userSelectAll" id="allArea"><span style="border: solid red 1px" id="descendant ">user <b>select all</b> area</span></span><span> Test -webkit-user-select all</ span></div>
127 <div id="console"></div> 127 <div id="console"></div>
128 <script> 128 <script>
129 description(" Test -webkit-user-select all selection movements and extensions (l eft right forward backward) "); 129 description(" Test -webkit-user-select all selection movements and extensions (l eft right forward backward) ");
130 testKeyboard(); 130 testKeyboard();
131 testMouse(); 131 testMouse();
132 testProgrammaticSelection(); 132 testProgrammaticSelection();
133 </script> 133 </script>
134 <script src="../../fast/js/resources/js-test-post.js"></script>
135 </body> 134 </body>
136 </html> 135 </html>
OLDNEW
« no previous file with comments | « LayoutTests/editing/selection/user-select-all-parsing.html ('k') | LayoutTests/editing/selection/user-select-js-property.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698