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

Side by Side Diff: LayoutTests/http/tests/loading/preload-image-srcset-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/preload-test.jpg'); is false
12 PASS internals.isPreloaded('resources/base-image1.png'); is true
13 PASS internals.isPreloaded('resources/base-image2.png'); is false
14 PASS internals.isPreloaded('resources/base-image3.png'); is false
15 PASS internals.isPreloaded('resources/image2.png'); is true
16 This test passes if the fallback image (defined in the src attribute) is not pre loaded, but the 1x version (defined in srcset) is.
17 The second image is here to make sure isPreloaded is working properly
18
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698