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

Unified Diff: third_party/WebKit/LayoutTests/http/tests/resources/srcset-helper.js

Issue 2867333002: Revert "Separate preaload matching from MemoryCache" (Closed)
Patch Set: Revert "Separate preaload matching from MemoryCache" Created 3 years, 7 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: third_party/WebKit/LayoutTests/http/tests/resources/srcset-helper.js
diff --git a/third_party/WebKit/LayoutTests/http/tests/resources/srcset-helper.js b/third_party/WebKit/LayoutTests/http/tests/resources/srcset-helper.js
index 90b869a404b3f219a2b3e349f5f8476888a1555e..ca2911f3fa84e5518b5e31bd96bf366f59df5c75 100644
--- a/third_party/WebKit/LayoutTests/http/tests/resources/srcset-helper.js
+++ b/third_party/WebKit/LayoutTests/http/tests/resources/srcset-helper.js
@@ -22,9 +22,6 @@ function runTest() {
// Right now there is a bug that srcset does not properly deal with dynamic changes to the scale factor,
// so to work around that, we must reload the page to get the new image.
sessionStorage.pageReloaded = true;
- if (window.internals) {
- internals.evictAllResources();
- }
document.location.reload(true);
}
}

Powered by Google App Engine
This is Rietveld 408576698