Chromium Code Reviews| OLD | NEW |
|---|---|
| (Empty) | |
| 1 <html> | |
| 2 <!-- | |
| 3 This is used to test prerendering in the case of HTML redirection. | |
| 4 --> | |
| 5 <head> | |
| 6 <title>Prerender Redirect</title> | |
| 7 <meta http-equiv="REFRESH" content="0;REPLACE_WITH_URL"> | |
| 8 </head> | |
| 9 <body></body> | |
| 10 </html> | |
| OLD | NEW |