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

Unified Diff: LayoutTests/fast/dom/HTMLImageElement/image-sizes-js-change-expected.txt

Issue 675853003: Fixed image-sizes-js-change flakiness (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: rebase Created 6 years, 2 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
« no previous file with comments | « LayoutTests/fast/dom/HTMLImageElement/image-sizes-js-change.html ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: LayoutTests/fast/dom/HTMLImageElement/image-sizes-js-change-expected.txt
diff --git a/LayoutTests/fast/dom/HTMLImageElement/image-sizes-js-change-expected.txt b/LayoutTests/fast/dom/HTMLImageElement/image-sizes-js-change-expected.txt
index b00ff75f1482eb7604e77eadf08d87bf8c863b9b..46cc32ab2534ad6759e7f601e3adb101039cdc24 100644
--- a/LayoutTests/fast/dom/HTMLImageElement/image-sizes-js-change-expected.txt
+++ b/LayoutTests/fast/dom/HTMLImageElement/image-sizes-js-change-expected.txt
@@ -1,6 +1,9 @@
-main frame - img requested 'image-set-4x.png'
PASS successfullyParsed is true
TEST COMPLETE
PASS currentSrcFileName("foo") is "image-set-4x.png"
+PASS internals.isLoadingFromMemoryCache("resources/image-set-4x.png") is true
+PASS internals.isLoadingFromMemoryCache("../../hidpi/resources/image-set-2x.png") is false
+PASS internals.isLoadingFromMemoryCache("../../hidpi/resources/image-set-1x.png") is false
+PASS internals.isLoadingFromMemoryCache("resources/blue-100-px-square.png") is false
« no previous file with comments | « LayoutTests/fast/dom/HTMLImageElement/image-sizes-js-change.html ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698