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

Unified Diff: Source/web/tests/data/prerender/rel_next_prerender.html

Issue 116183005: Add support for rel=next to Prerender in Blink. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: add missing file Created 6 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
« no previous file with comments | « Source/web/tests/PrerenderingTest.cpp ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/web/tests/data/prerender/rel_next_prerender.html
diff --git a/Source/web/tests/data/prerender/rel_next_prerender.html b/Source/web/tests/data/prerender/rel_next_prerender.html
new file mode 100644
index 0000000000000000000000000000000000000000..c4e7e455612a3f5cf09dda98f6b65202ce333b74
--- /dev/null
+++ b/Source/web/tests/data/prerender/rel_next_prerender.html
@@ -0,0 +1,5 @@
+<html>
+ <link id="nextOnly" rel=next href="http://rel-next-only.com/"/>
+ <link id="nextAndPrerender" rel="next prerender" href="http://rel-next-and-prerender.com/"/>
+</html>
+
« no previous file with comments | « Source/web/tests/PrerenderingTest.cpp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698