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

Unified Diff: LayoutTests/fast/hidpi/image-srcset-change-dynamically-src-first-2x.html

Issue 1288323006: Remove willRequestResource callback, it is unused outside of tests. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Remove some experiments I accidentally included Created 5 years, 4 months 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/fast/hidpi/image-srcset-change-dynamically-src-first-2x.html
diff --git a/LayoutTests/fast/hidpi/image-srcset-change-dynamically-src-first-2x.html b/LayoutTests/fast/hidpi/image-srcset-change-dynamically-src-first-2x.html
index aebce1b8da0e7c40af63bdc4b25d8def00b8f631..7365f2a9f863c91213fceb4bffd40553eada898a 100644
--- a/LayoutTests/fast/hidpi/image-srcset-change-dynamically-src-first-2x.html
+++ b/LayoutTests/fast/hidpi/image-srcset-change-dynamically-src-first-2x.html
@@ -14,7 +14,6 @@
addEventListener("DOMContentLoaded", function() {
if (window.testRunner && sessionStorage.pageReloaded) {
- testRunner.dumpResourceRequestCallbacks();
// Have to make sure to only load the src after the reload.
// Otherwise, we'd request and cache the 1x URL while the
// scale factor is 1, and after we reload we find the URL

Powered by Google App Engine
This is Rietveld 408576698