3 This test navigates to prerender_page.html via location.replace.
6 <title>Prerender location.replace after load
</title>
8 window
.onload = function() {
9 setTimeout(function() {
10 // Wait until after load so webkitprerenderload counts aren't flaky.
11 var url
= "prerender_page.html";
13 url
= decodeURIComponent(location
.search
.substring(1));
14 location
.replace(url
);