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

Side by Side Diff: LayoutTests/fast/forms/focus-selection-textarea.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 <body onload="runTest()"> 1 <body onload="runTest()">
2 <script src="../js/resources/js-test-pre.js"></script> 2 <script src="../../resources/js-test.js"></script>
3 3
4 <script> 4 <script>
5 function runTest() 5 function runTest()
6 { 6 {
7 if (!window.testRunner) 7 if (!window.testRunner)
8 return; 8 return;
9 9
10 var accessKeyModifiers = ["altKey"]; 10 var accessKeyModifiers = ["altKey"];
11 if (navigator.userAgent.search(/\bMac OS X\b/) != -1) 11 if (navigator.userAgent.search(/\bMac OS X\b/) != -1)
12 accessKeyModifiers = ["ctrlKey", "altKey"]; 12 accessKeyModifiers = ["ctrlKey", "altKey"];
(...skipping 173 matching lines...) Expand 10 before | Expand all | Expand 10 after
186 ninth.setSelectionRange(11, 18); 186 ninth.setSelectionRange(11, 18);
187 ninth.blur(); 187 ninth.blur();
188 </script> 188 </script>
189 </fieldset> 189 </fieldset>
190 <br> 190 <br>
191 191
192 <p id="description"></p> 192 <p id="description"></p>
193 <div id="console"></div> 193 <div id="console"></div>
194 194
195 </body> 195 </body>
OLDNEW
« no previous file with comments | « LayoutTests/fast/forms/focus-selection-input.html ('k') | LayoutTests/fast/forms/focus-with-display-block.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698