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

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

Issue 1131513004: Revert of Added <link rel=preconnect> crossorigin attribute (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: 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-crossorigin-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.html
diff --git a/LayoutTests/fast/dom/HTMLLinkElement/link-preconnect-crossorigin.html b/LayoutTests/fast/dom/HTMLLinkElement/link-preconnect-crossorigin.html
deleted file mode 100644
index aaeeefeeb31febca2d157bc79c708dd79585d9ac..0000000000000000000000000000000000000000
--- a/LayoutTests/fast/dom/HTMLLinkElement/link-preconnect-crossorigin.html
+++ /dev/null
@@ -1,14 +0,0 @@
-<!DOCTYPE html>
-<script>
- if (window.testRunner) {
- testRunner.dumpAsText();
- testRunner.dumpChildFramesAsText();
- }
- if (window.internals)
- internals.settings.setLogDnsPrefetchAndPreconnect(true);
-</script>
-<link rel="preconnect" href="http://prefetch.wut.com.test" crossorigin>
-<link rel="preconnect" href="http://prefetch.anon.wut.com.test" crossorigin=anonymous>
-<link rel="preconnect" href="http://prefetch.whatever.wut.com.test" crossorigin=whatever>
-<link rel="preconnect" href="http://prefetch.credentials.wut.com.test" crossorigin="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-crossorigin-expected.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698