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

Unified Diff: chrome/test/data/prerender/form_that_posts_to_prerendered_echoall.html

Issue 2165133003: Allow forking for POST method (+ test that this works with prerender). (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Actual CL. Created 4 years, 5 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 | « chrome/renderer/chrome_content_renderer_client.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/test/data/prerender/form_that_posts_to_prerendered_echoall.html
diff --git a/content/test/data/form_that_posts_to_echoall.html b/chrome/test/data/prerender/form_that_posts_to_prerendered_echoall.html
similarity index 75%
copy from content/test/data/form_that_posts_to_echoall.html
copy to chrome/test/data/prerender/form_that_posts_to_prerendered_echoall.html
index ddd726e05ae021ab7e3075d5eac882e47fe1757a..7fb872d5b7ecc0536f7dcfa6f928762a0a13b2dd 100644
--- a/content/test/data/form_that_posts_to_echoall.html
+++ b/chrome/test/data/prerender/form_that_posts_to_prerendered_echoall.html
@@ -1,6 +1,8 @@
<!DOCTYPE html>
<html>
- <head></head>
+ <head>
+ <link rel="prerender" href="/echoall">
+ </head>
<body>
<form id="form" method="POST" action="/echoall">
<input type="text" name="text" value="value">
« no previous file with comments | « chrome/renderer/chrome_content_renderer_client.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698