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

Unified 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, 4 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
« no previous file with comments | « content/browser/webkit_browsertest.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/test/data/prerender/prerender-no-crash.html
diff --git a/content/test/data/prerender/prerender-no-crash.html b/content/test/data/prerender/prerender-no-crash.html
new file mode 100644
index 0000000000000000000000000000000000000000..165c98badd5be5e3c377fb01bd7888aec468588c
--- /dev/null
+++ b/content/test/data/prerender/prerender-no-crash.html
@@ -0,0 +1,16 @@
+<html>
+<head>
+<title>This page should not crash</title>
+</head>
+<body>
+<h1>Prerendering Page</h1>
+
+<p>The content tests do not have a PrerenderingClient, but they should nevertheless
+not crash. This test provides a prerendering link to insure the content shell
+won't crash when handling a prerender link. It shouldn't actually prerender,
+either.
+
+<link rel=prerender href="does-not-exist.html">
+
+</body>
+</html>
« 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