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

Side by Side 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 unified diff | Download patch
« no previous file with comments | « chrome/renderer/chrome_content_renderer_client.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
1 <!DOCTYPE html> 1 <!DOCTYPE html>
2 <html> 2 <html>
3 <head></head> 3 <head>
4 <link rel="prerender" href="/echoall">
5 </head>
4 <body> 6 <body>
5 <form id="form" method="POST" action="/echoall"> 7 <form id="form" method="POST" action="/echoall">
6 <input type="text" name="text" value="value"> 8 <input type="text" name="text" value="value">
7 <input type="submit"> 9 <input type="submit">
8 </form> 10 </form>
9 </body> 11 </body>
10 </html> 12 </html>
OLDNEW
« 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