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

Side by Side Diff: LayoutTests/http/tests/loading/preload-image-srcset-src-preloaded-expected.txt

Issue 23861003: Enable srcset support in HTMLImageElement (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Fixed a flaky test Created 7 years, 3 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
(Empty)
1 main frame - didStartProvisionalLoadForFrame
2 main frame - didCommitLoadForFrame
3 main frame - didFinishDocumentLoadForFrame
4 main frame - didHandleOnloadEventsForFrame
5 main frame - didFinishLoadForFrame
6 main frame - didStartProvisionalLoadForFrame
7 main frame - didCommitLoadForFrame
8 main frame - didFinishDocumentLoadForFrame
9 main frame - didHandleOnloadEventsForFrame
10 main frame - didFinishLoadForFrame
11 PASS internals.isPreloaded('resources/base-image2.png'); is false
12 PASS internals.isPreloaded('resources/base-image3.png'); is false
13 PASS internals.isPreloaded('resources/preload-test.jpg'); is true
14 PASS internals.isPreloaded('resources/image2.png'); is true
15 This test passes if the fallback image (defined in the src attribute) is preload ed, and the 1x versions (defined in srcset) aren't.
16 The second image is here to make sure isPreloaded is working properly
17
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698