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

Unified Diff: LayoutTests/fast/hidpi/image-srcset-change-dynamically-from-js-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-from-js-2x.html
diff --git a/LayoutTests/fast/hidpi/image-srcset-change-dynamically-from-js-2x.html b/LayoutTests/fast/hidpi/image-srcset-change-dynamically-from-js-2x.html
index bc8a8288e21e87dd010930edf4e594878f09ca35..47c3d304d4b0e7b055581e2b7b6f278caa7bdb0d 100644
--- a/LayoutTests/fast/hidpi/image-srcset-change-dynamically-from-js-2x.html
+++ b/LayoutTests/fast/hidpi/image-srcset-change-dynamically-from-js-2x.html
@@ -11,8 +11,6 @@
}
addEventListener("DOMContentLoaded", function() {
- if (window.testRunner && sessionStorage.pageReloaded)
- testRunner.dumpResourceRequestCallbacks();
updateSrc();
}, false);
addEventListener("load", function() {

Powered by Google App Engine
This is Rietveld 408576698