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

Side by Side Diff: LayoutTests/fast/forms/focus-selection-input.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 174 matching lines...) Expand 10 before | Expand all | Expand 10 after
187 ninth.setSelectionRange(12, 19); 187 ninth.setSelectionRange(12, 19);
188 ninth.blur(); 188 ninth.blur();
189 </script> 189 </script>
190 </fieldset> 190 </fieldset>
191 <br> 191 <br>
192 192
193 <p id="description"></p> 193 <p id="description"></p>
194 <div id="console"></div> 194 <div id="console"></div>
195 195
196 </body> 196 </body>
OLDNEW
« no previous file with comments | « LayoutTests/fast/forms/focus-on-control-with-zero-size.html ('k') | LayoutTests/fast/forms/focus-selection-textarea.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698