Chromium Code Reviews

Unified Diff: LayoutTests/fast/dom/HTMLLinkElement/link-preconnect-valid.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.
Jump to:
View side-by-side diff with in-line comments
Index: LayoutTests/fast/dom/HTMLLinkElement/link-preconnect-valid.html
diff --git a/LayoutTests/fast/dom/HTMLLinkElement/link-preconnect-valid.html b/LayoutTests/fast/dom/HTMLLinkElement/link-preconnect-valid.html
deleted file mode 100644
index 8ec7d5995806d02108f31bf10bd28a95dd07a6ca..0000000000000000000000000000000000000000
--- a/LayoutTests/fast/dom/HTMLLinkElement/link-preconnect-valid.html
+++ /dev/null
@@ -1,11 +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">
-This test verifies that a DNS prefetch request is sent and logged.

Powered by Google App Engine