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

Unified Diff: LayoutTests/fast/dom/HTMLLinkElement/link-preconnect-crossorigin-expected.txt

Issue 1245223008: Add unit and layout test to <link rel=preconnect> (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: rebase Created 5 years, 5 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-preconnect-dynamic-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-preconnect-crossorigin-expected.txt
diff --git a/LayoutTests/fast/dom/HTMLLinkElement/link-preconnect-crossorigin-expected.txt b/LayoutTests/fast/dom/HTMLLinkElement/link-preconnect-crossorigin-expected.txt
index 623b12fc5ed4ae6e0579f2559e6cca9afbfcebac..bab20d1b4d49a54c4b9ccb65bc2244ffeab341c1 100644
--- a/LayoutTests/fast/dom/HTMLLinkElement/link-preconnect-crossorigin-expected.txt
+++ b/LayoutTests/fast/dom/HTMLLinkElement/link-preconnect-crossorigin-expected.txt
@@ -1,9 +1,9 @@
-CONSOLE DEBUG: line 10: Preconnect triggered for prefetch.wut.com.test
+CONSOLE DEBUG: line 10: Preconnect triggered for http://prefetch.wut.com.test/
CONSOLE DEBUG: line 10: Preconnect CORS setting is anonymous
-CONSOLE DEBUG: line 11: Preconnect triggered for prefetch.anon.wut.com.test
+CONSOLE DEBUG: line 11: Preconnect triggered for http://prefetch.anon.wut.com.test/
CONSOLE DEBUG: line 11: Preconnect CORS setting is anonymous
-CONSOLE DEBUG: line 12: Preconnect triggered for prefetch.whatever.wut.com.test
+CONSOLE DEBUG: line 12: Preconnect triggered for http://prefetch.whatever.wut.com.test/
CONSOLE DEBUG: line 12: Preconnect CORS setting is anonymous
-CONSOLE DEBUG: line 13: Preconnect triggered for prefetch.credentials.wut.com.test
+CONSOLE DEBUG: line 13: Preconnect triggered for http://prefetch.credentials.wut.com.test/
CONSOLE DEBUG: line 13: Preconnect CORS setting is use-credentials
This test verifies that a DNS prefetch request is sent and logged.
« no previous file with comments | « no previous file | LayoutTests/fast/dom/HTMLLinkElement/link-preconnect-dynamic-expected.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698