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

Unified 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 side-by-side diff with in-line comments
Download patch
Index: LayoutTests/http/tests/loading/promote-img-preload-priority.html
diff --git a/LayoutTests/http/tests/loading/promote-img-preload-priority.html b/LayoutTests/http/tests/loading/promote-img-preload-priority.html
deleted file mode 100644
index ced1805363d812065834634b3e2205d34d972a2d..0000000000000000000000000000000000000000
--- a/LayoutTests/http/tests/loading/promote-img-preload-priority.html
+++ /dev/null
@@ -1,14 +0,0 @@
-<html>
- <head>
- <script>
- if (window.testRunner) {
- testRunner.dumpResourceRequestPriorities();
- testRunner.dumpAsText();
- }
- </script>
- <script src="/js-test-resources/js-test.js"></script>
- </head>
- <body>
- <img src="../misc/resources/image-slow.pl">
- </body>
-</html>

Powered by Google App Engine
This is Rietveld 408576698