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() |
{ |