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

Side by Side Diff: LayoutTests/fast/dom/HTMLImageElement/image-src-added-srcset-w-descriptors-expected.txt

Issue 839783002: Ignore src candidates when looking for already in-cache resources (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 5 years, 11 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 unified diff | Download patch
OLDNEW
1 PASS img.currentSrc.indexOf("blue_rect") is not -1 1 PASS img.currentSrc.indexOf("blue_rect.jpg") is not -1
2 PASS img.currentSrc.indexOf("image-set-4x") is not -1 2 PASS img.currentSrc.indexOf("image-set-4x") is not -1
3 PASS successfullyParsed is true 3 PASS successfullyParsed is true
4 4
5 TEST COMPLETE 5 TEST COMPLETE
6 6
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698