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

Side by Side Diff: LayoutTests/http/tests/loading/promote-img-preload-priority.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> 3 <script>
4 if (window.testRunner) { 4 if (window.testRunner) {
5 testRunner.dumpResourceRequestPriorities(); 5 testRunner.dumpResourceRequestPriorities();
6 testRunner.dumpAsText(); 6 testRunner.dumpAsText();
7 } 7 }
8 </script> 8 </script>
9 <script src="/js-test-resources/js-test-pre.js"></script> 9 <script src="/js-test-resources/js-test.js"></script>
10 </head> 10 </head>
11 <body> 11 <body>
12 <img src="../misc/resources/image-slow.pl"> 12 <img src="../misc/resources/image-slow.pl">
13 </body> 13 </body>
14 </html> 14 </html>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698