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

Unified Diff: chrome/test/functional/prefetch.py

Issue 6966016: Handle <link rel=prerender> in chrome. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 9 years, 7 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: chrome/test/functional/prefetch.py
diff --git a/chrome/test/functional/prefetch.py b/chrome/test/functional/prefetch.py
index 30c0912ec92349f4da0bcdc6da3888e22e273526..b2b9846f237d53b525cc60a05e83efd6c91a2e6e 100644
--- a/chrome/test/functional/prefetch.py
+++ b/chrome/test/functional/prefetch.py
@@ -70,7 +70,7 @@ class AbstractPrefetchServerHandler(BaseHTTPRequestHandler):
content = {
"prefetch-origin.html":
(200, """<html><head>
-<link rel="prefetch" href="static-prefetch-target.html">
+<link rel="prerender" href="static-prefetch-target.html">
dominich 2011/05/23 21:00:03 Should this should remain as prefetch and should w
gavinp 2011/05/23 21:58:26 Done. Good catch. Or how about no functional tes
<script type="text/javascript">
function changeParagraph()
{

Powered by Google App Engine
This is Rietveld 408576698