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

Side by Side Diff: content/test/data/prerender/prerender-no-crash.html

Issue 10869068: New WebKitBrowserTest for content_shell not providing a prerenderer client. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: ... add a comment. Created 8 years, 3 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 unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « content/browser/webkit_browsertest.cc ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
(Empty)
1 <html>
2 <head>
3 <title>This page should not crash</title>
4 </head>
5 <body>
6 <h1>Prerendering Page</h1>
7
8 <p>The content tests do not have a PrerenderingClient, but they should neverthel ess
9 not crash. This test provides a prerendering link to insure the content shell
10 won't crash when handling a prerender link. It shouldn't actually prerender,
11 either.
12
13 <link rel=prerender href="does-not-exist.html">
14
15 </body>
16 </html>
OLDNEW
« no previous file with comments | « content/browser/webkit_browsertest.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698