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

Side by Side Diff: LayoutTests/fast/dom/HTMLLinkElement/link-and-subresource-test-expected.txt

Issue 302063002: Always preload all tokens before parsing (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Fix CORS issue with preloader Created 6 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 nick.jpg has MIME type image/jpeg 1 nick.jpg has MIME type image/jpeg
2 nick.jpg has MIME type image/jpeg 2 nick.jpg has MIME type image/jpeg
3 nick.jpg has MIME type image/jpeg
tonyg 2014/05/29 23:27:25 I'm confused why we see 3 loads here. Do you under
3 This test verifies that an image which is prefetched, and which is also containe d as a subresource of the current document can be loaded correctly as a subresou rce. See bug 49236 in which this wasn't working. 4 This test verifies that an image which is prefetched, and which is also containe d as a subresource of the current document can be loaded correctly as a subresou rce. See bug 49236 in which this wasn't working.
4 5
5 When this test succeeds, you'll see an image of Nick on a sailboat immediately b elow this text. When this test fails, you will see no images at all. 6 When this test succeeds, you'll see an image of Nick on a sailboat immediately b elow this text. When this test fails, you will see no images at all.
6 7
7 NICK_ONLOAD called 8 NICK_ONLOAD called
8 NICK_ONLOAD called 9 NICK_ONLOAD called
9 SUCCESS. Two loads. 10 SUCCESS. Two loads.
10 11
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698