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

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

Issue 1135203002: Add <link rel=preconnect> crossorigin attribute (take 2) (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Todo 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
Index: LayoutTests/fast/dom/HTMLLinkElement/link-preconnect-valid.html
diff --git a/LayoutTests/fast/dom/HTMLLinkElement/link-dnsprefetch-valid.html b/LayoutTests/fast/dom/HTMLLinkElement/link-preconnect-valid.html
similarity index 83%
copy from LayoutTests/fast/dom/HTMLLinkElement/link-dnsprefetch-valid.html
copy to LayoutTests/fast/dom/HTMLLinkElement/link-preconnect-valid.html
index bb1804154ed7787c255b58b68141046b71e0a8b2..8ec7d5995806d02108f31bf10bd28a95dd07a6ca 100644
--- a/LayoutTests/fast/dom/HTMLLinkElement/link-dnsprefetch-valid.html
+++ b/LayoutTests/fast/dom/HTMLLinkElement/link-preconnect-valid.html
@@ -7,5 +7,5 @@
if (window.internals)
internals.settings.setLogDnsPrefetchAndPreconnect(true);
</script>
-<link rel="dns-prefetch" href="http://prefetch.wut.com.test">
+<link rel="preconnect" href="http://prefetch.wut.com.test">
This test verifies that a DNS prefetch request is sent and logged.

Powered by Google App Engine
This is Rietveld 408576698