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

Unified Diff: third_party/WebKit/LayoutTests/http/tests/linkHeader/link-preconnect-in-frame.html

Issue 2184883002: Remove LinkHeader runtime flag (status=stable) (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 5 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: third_party/WebKit/LayoutTests/http/tests/linkHeader/link-preconnect-in-frame.html
diff --git a/third_party/WebKit/LayoutTests/http/tests/linkHeader/link-preconnect-in-frame.html b/third_party/WebKit/LayoutTests/http/tests/linkHeader/link-preconnect-in-frame.html
index 915a16a49587029a90803ed63dab931d99a8497f..2dd496c6f65804271ca9004f50b7616ecfd1f67c 100644
--- a/third_party/WebKit/LayoutTests/http/tests/linkHeader/link-preconnect-in-frame.html
+++ b/third_party/WebKit/LayoutTests/http/tests/linkHeader/link-preconnect-in-frame.html
@@ -7,7 +7,6 @@
}
if (window.internals) {
internals.settings.setLogDnsPrefetchAndPreconnect(true);
- internals.settings.setLinkHeaderEnabled(true);
}
</script>
This test checks if a Link header inside an iframe triggered a dns prefetch.

Powered by Google App Engine
This is Rietveld 408576698