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

Side by Side 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 unified diff | Download patch
OLDNEW
(Empty)
1 <?php
2 header("Link: < http://wut.com.test/>; rel=dns-prefetch");
3 ?>
4 <!DOCTYPE html>
5 I'm an iframe with a Link header
6 <script>
7 if (window.testRunner)
8 testRunner.notifyDone();
9 </script>
OLDNEW
« 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