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

Unified Diff: LayoutTests/fast/dom/HTMLLinkElement/link-preconnect-nonhttp.html

Issue 1157443004: Limit <link rel=preconnect> to the HTTP family (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Moved test Created 5 years, 7 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-nonhttp-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-nonhttp.html
diff --git a/LayoutTests/fast/dom/HTMLLinkElement/link-preconnect-valid.html b/LayoutTests/fast/dom/HTMLLinkElement/link-preconnect-nonhttp.html
similarity index 65%
copy from LayoutTests/fast/dom/HTMLLinkElement/link-preconnect-valid.html
copy to LayoutTests/fast/dom/HTMLLinkElement/link-preconnect-nonhttp.html
index 8ec7d5995806d02108f31bf10bd28a95dd07a6ca..2cb5e65b7bc85dd4957d848e239f0a5402f2e6dd 100644
--- a/LayoutTests/fast/dom/HTMLLinkElement/link-preconnect-valid.html
+++ b/LayoutTests/fast/dom/HTMLLinkElement/link-preconnect-nonhttp.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="ws://prefetch1.wut.com.test">
+This test verifies that a preconnect is not sent.
« no previous file with comments | « no previous file | LayoutTests/fast/dom/HTMLLinkElement/link-preconnect-nonhttp-expected.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698