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

Unified Diff: content/test/data/resource_hints/dns_prefetch_many.html

Issue 2043753002: Declarative resource hints go through mojo IPC to //content Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: remove gmocking + add another browser test Created 4 years, 6 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: content/test/data/resource_hints/dns_prefetch_many.html
diff --git a/content/test/data/resource_hints/dns_prefetch_many.html b/content/test/data/resource_hints/dns_prefetch_many.html
new file mode 100644
index 0000000000000000000000000000000000000000..e75f53fdbaf2b1ce3ba03de35a0f04ebec6e243d
--- /dev/null
+++ b/content/test/data/resource_hints/dns_prefetch_many.html
@@ -0,0 +1,4 @@
+<link rel="dns-prefetch" href="http://chromium1.org/">
+<link rel="dns-prefetch" href="http://chromium2.org/">
+<link rel="dns-prefetch" href="http://chromium3.org/">
+<link rel="dns-prefetch" href="http://chromium4.org/">

Powered by Google App Engine
This is Rietveld 408576698