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

Unified Diff: LayoutTests/fast/dom/HTMLImageElement/image-sizes-js-innerhtml.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/dom/HTMLImageElement/image-sizes-js-innerhtml.html
diff --git a/LayoutTests/fast/dom/HTMLImageElement/image-sizes-js-innerhtml.html b/LayoutTests/fast/dom/HTMLImageElement/image-sizes-js-innerhtml.html
index a288dff62d51c234c33791a377163d97542a7af5..b6167d805e7793d55e05a5392a8d3b04de8ce0a8 100644
--- a/LayoutTests/fast/dom/HTMLImageElement/image-sizes-js-innerhtml.html
+++ b/LayoutTests/fast/dom/HTMLImageElement/image-sizes-js-innerhtml.html
@@ -6,8 +6,6 @@
testRunner.dumpAsText();
addEventListener("DOMContentLoaded", function() {
- if (window.testRunner && sessionStorage.pageReloaded)
- testRunner.dumpResourceRequestCallbacks();
window.testdiv = document.createElement("div");
window.testdiv.innerHTML = '<img id="foo" src="resources/blue-100-px-square.png" srcset="../../hidpi/resources/image-set-1x.png 200w, ../../hidpi/resources/image-set-2x.png 400w, resources/image-set-4x.png 800w">';
}, false);
« no previous file with comments | « LayoutTests/TestExpectations ('k') | LayoutTests/fast/hidpi/image-srcset-change-dynamically-from-js-2x.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698