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. |