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

Unified Diff: LayoutTests/http/tests/loading/preload-image-src-expected.txt

Issue 23861003: Enable srcset support in HTMLImageElement (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Rewrote HTMLSrcsetParser, making it more efficient and readable. Addressed abarth's review comments. 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 side-by-side diff with in-line comments
Download patch
Index: LayoutTests/http/tests/loading/preload-image-src-expected.txt
diff --git a/LayoutTests/http/tests/loading/preload-image-src-expected.txt b/LayoutTests/http/tests/loading/preload-image-src-expected.txt
new file mode 100644
index 0000000000000000000000000000000000000000..24353f9bae4f7445c647f752120c0688fafb22f7
--- /dev/null
+++ b/LayoutTests/http/tests/loading/preload-image-src-expected.txt
@@ -0,0 +1,10 @@
+main frame - didStartProvisionalLoadForFrame
+main frame - didCommitLoadForFrame
+main frame - didFinishDocumentLoadForFrame
+main frame - didHandleOnloadEventsForFrame
+main frame - didFinishLoadForFrame
+PASS internals.isPreloaded('resources/base-image1.png'); is true
+PASS internals.isPreloaded('resources/base-image2.png'); is true
+PASS internals.isPreloaded('resources/base-image3.png'); is false
+This test passes if the image (defined in the src attribute) is preloaded.
+

Powered by Google App Engine
This is Rietveld 408576698