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

Unified Diff: LayoutTests/http/tests/linkHeader/resources/link-dnsprefetch-frame.php

Issue 788923003: Adding Link header support for dns-prefetch (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: removed useless dumpAsText from frames Created 5 years, 10 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/http/tests/linkHeader/resources/link-dnsprefetch-frame.php
diff --git a/LayoutTests/http/tests/linkHeader/resources/link-dnsprefetch-frame.php b/LayoutTests/http/tests/linkHeader/resources/link-dnsprefetch-frame.php
new file mode 100644
index 0000000000000000000000000000000000000000..fbe87ce54555e347780589f4bafaff9e0d0472a6
--- /dev/null
+++ b/LayoutTests/http/tests/linkHeader/resources/link-dnsprefetch-frame.php
@@ -0,0 +1,9 @@
+<?php
+header("Link: < http://wut.com.test/>; rel=dns-prefetch");
+?>
+<!DOCTYPE html>
+I'm an iframe with a Link header
+<script>
+ if (window.testRunner)
+ testRunner.notifyDone();
+</script>
« no previous file with comments | « LayoutTests/http/tests/linkHeader/link-dnsprefetch-valid-expected.txt ('k') | Source/core/loader/DocumentLoader.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698