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

Unified Diff: content/test/data/form_that_posts_to_echoall.html

Issue 2004653002: OpenURL post data handling. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@post-data-my-stuff
Patch Set: Created 4 years, 7 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
Index: content/test/data/form_that_posts_to_echoall.html
diff --git a/content/test/data/form_that_posts_to_echoall.html b/content/test/data/form_that_posts_to_echoall.html
new file mode 100644
index 0000000000000000000000000000000000000000..ddd726e05ae021ab7e3075d5eac882e47fe1757a
--- /dev/null
+++ b/content/test/data/form_that_posts_to_echoall.html
@@ -0,0 +1,10 @@
+<!DOCTYPE html>
+<html>
+ <head></head>
+ <body>
+ <form id="form" method="POST" action="/echoall">
+ <input type="text" name="text" value="value">
+ <input type="submit">
+ </form>
+ </body>
+</html>
« content/browser/frame_host/navigator_impl.cc ('K') | « content/renderer/render_frame_proxy.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698