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

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

Issue 1203143002: Do not preload data URIs. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Added TODO and layout test case Created 5 years, 6 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 | Annotate | Revision Log
OLDNEW
1 main frame - didStartProvisionalLoadForFrame 1 main frame - didStartProvisionalLoadForFrame
2 main frame - didCommitLoadForFrame 2 main frame - didCommitLoadForFrame
3 main frame - didFinishDocumentLoadForFrame 3 main frame - didFinishDocumentLoadForFrame
4 main frame - didHandleOnloadEventsForFrame 4 main frame - didHandleOnloadEventsForFrame
5 main frame - didFinishLoadForFrame 5 main frame - didFinishLoadForFrame
6 PASS internals.isPreloaded('resources/base-image1.png'); is true 6 PASS internals.isPreloaded('resources/base-image1.png'); is true
7 PASS internals.isPreloaded('resources/base-image2.png'); is true 7 PASS internals.isPreloaded('resources/base-image2.png'); is true
8 PASS internals.isPreloaded('resources/base-image3.png'); is false 8 PASS internals.isPreloaded('resources/base-image3.png'); is false
9 PASS internals.isPreloaded('data:image/gif;base64,R0lGODlhAQABAIAAAP///////yH5BA EKAAEALAAAAAABAAEAAAICTAEAOw=='); is false
9 PASS successfullyParsed is true 10 PASS successfullyParsed is true
10 11
11 TEST COMPLETE 12 TEST COMPLETE
12 This test passes if the image (defined in the src attribute) is preloaded. 13 This test passes if the image (defined in the src attribute) is preloaded, excep t for data URI.
13 14
OLDNEW
« no previous file with comments | « LayoutTests/http/tests/loading/preload-image-src.html ('k') | Source/core/html/parser/HTMLResourcePreloader.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698