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

Unified Diff: LayoutTests/fast/dom/HTMLLinkElement/link-and-subresource-test.html

Issue 302063002: Always preload all tokens before parsing (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Fix another flaky tests 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | LayoutTests/fast/dom/HTMLLinkElement/link-and-subresource-test-expected.txt » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: LayoutTests/fast/dom/HTMLLinkElement/link-and-subresource-test.html
diff --git a/LayoutTests/fast/dom/HTMLLinkElement/link-and-subresource-test.html b/LayoutTests/fast/dom/HTMLLinkElement/link-and-subresource-test.html
index a3179dc084a4277da3cac1c64ea99d8fb379b43b..bbc4dc2e1a846c32ef360158181668bbfbb8074f 100644
--- a/LayoutTests/fast/dom/HTMLLinkElement/link-and-subresource-test.html
+++ b/LayoutTests/fast/dom/HTMLLinkElement/link-and-subresource-test.html
@@ -31,6 +31,8 @@ subresource of the current document can be loaded correctly as a subresource. S
bug 49236 in which this wasn't working.
<p>When this test succeeds, you'll see an image of Nick on a sailboat immediately below
this text. When this test fails, you will see no images at all.
+<p>This test shows 3 loads of nick.jpg even though from the source it looks like there
+should only be 2. crbug.com/379893
<link rel="prefetch" href="resources/nick.jpg" onload="nick_onload()" />
<img src="resources/nick.jpg" onload="nick_onload()" />
<hr>
« no previous file with comments | « no previous file | LayoutTests/fast/dom/HTMLLinkElement/link-and-subresource-test-expected.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698