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

Side by Side Diff: LayoutTests/accessibility/scroll-to-global-point-main-window.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 <html> 1 <html>
2 <head> 2 <head>
3 <script src="../fast/js/resources/js-test-pre.js"></script> 3 <script src="../resources/js-test.js"></script>
4 <style> 4 <style>
5 button { 5 button {
6 border: 0; 6 border: 0;
7 } 7 }
8 </style> 8 </style>
9 </head> 9 </head>
10 <body> 10 <body>
11 11
12 <p id="description"></p> 12 <p id="description"></p>
13 13
(...skipping 31 matching lines...) Expand 10 before | Expand all | Expand 10 after
45 45
46 finishJSTest(); 46 finishJSTest();
47 } 47 }
48 48
49 runTest(); 49 runTest();
50 50
51 </script> 51 </script>
52 52
53 </body> 53 </body>
54 </html> 54 </html>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698