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

Unified Diff: LayoutTests/http/tests/misc/link-preconnect-schemeless.html

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
Index: LayoutTests/http/tests/misc/link-preconnect-schemeless.html
diff --git a/LayoutTests/fast/dom/HTMLLinkElement/link-preconnect-valid.html b/LayoutTests/http/tests/misc/link-preconnect-schemeless.html
similarity index 65%
copy from LayoutTests/fast/dom/HTMLLinkElement/link-preconnect-valid.html
copy to LayoutTests/http/tests/misc/link-preconnect-schemeless.html
index 8ec7d5995806d02108f31bf10bd28a95dd07a6ca..89ee46da89537bea8c9bf4e91da923e24c730b0a 100644
--- a/LayoutTests/fast/dom/HTMLLinkElement/link-preconnect-valid.html
+++ b/LayoutTests/http/tests/misc/link-preconnect-schemeless.html
@@ -7,5 +7,5 @@
if (window.internals)
internals.settings.setLogDnsPrefetchAndPreconnect(true);
</script>
-<link rel="preconnect" href="http://prefetch.wut.com.test">
-This test verifies that a DNS prefetch request is sent and logged.
+<link rel="preconnect" href="//prefetch1.wut.com.test">
+This test verifies that a preconnect is sent for schemeless host names.

Powered by Google App Engine
This is Rietveld 408576698