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

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

Issue 317703005: Revert of Always preload all tokens before parsing (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: 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
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. 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.
5 4
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. 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.
7
8 This test shows 3 loads of nick.jpg even though from the source it looks like th ere should only be 2. crbug.com/379893
9 6
10 NICK_ONLOAD called 7 NICK_ONLOAD called
11 NICK_ONLOAD called 8 NICK_ONLOAD called
12 SUCCESS. Two loads. 9 SUCCESS. Two loads.
13 10
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698