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

Side by Side Diff: LayoutTests/http/tests/loading/promote-img-preload-priority.html

Issue 109153003: Raise the loading priority of in-viewport images. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Changes from review. Created 7 years 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
OLDNEW
(Empty)
1 <html>
2 <head>
3 <script>
4 if (window.testRunner) {
5 testRunner.dumpResourceRequestPriorities();
6 testRunner.dumpAsText();
7 }
8 </script>
9 <script src="/js-test-resources/js-test.js"></script>
10 </head>
11 <body>
12 <img src="../misc/resources/image-slow.pl">
13 </body>
14 </html>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698