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

Side by Side Diff: LayoutTests/fast/spatial-navigation/snav-date.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 <!DOCTYPE html> 1 <!DOCTYPE html>
2 <head> 2 <head>
3 <script src="../js/resources/js-test-pre.js"></script> 3 <script src="../../resources/js-test.js"></script>
4 <script src="resources/spatial-navigation-utils.js"></script> 4 <script src="resources/spatial-navigation-utils.js"></script>
5 <script> 5 <script>
6 window.jsTestIsAsync = true; 6 window.jsTestIsAsync = true;
7 7
8 if (window.testRunner) { 8 if (window.testRunner) {
9 testRunner.overridePreference("WebKitTabToLinksPreferenceKey", 1); 9 testRunner.overridePreference("WebKitTabToLinksPreferenceKey", 1);
10 window.internals.settings.setSpatialNavigationEnabled(true); 10 window.internals.settings.setSpatialNavigationEnabled(true);
11 } 11 }
12 </script> 12 </script>
13 </head> 13 </head>
(...skipping 31 matching lines...) Expand 10 before | Expand all | Expand 10 after
45 document.getElementById("start").focus(); 45 document.getElementById("start").focus();
46 46
47 initTest(resultMap, finishJSTest); 47 initTest(resultMap, finishJSTest);
48 } 48 }
49 49
50 window.onload = runTest; 50 window.onload = runTest;
51 </script> 51 </script>
52 </body> 52 </body>
53 </html> 53 </html>
54 54
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698