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

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: Rebasing... Created 4 years, 6 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/session_history/form_that_posts_cross_site.html b/content/test/data/form_that_posts_to_echoall.html
similarity index 68%
copy from content/test/data/session_history/form_that_posts_cross_site.html
copy to content/test/data/form_that_posts_to_echoall.html
index 56b51955e604e62a9177a852e158b88504ef6c5e..ddd726e05ae021ab7e3075d5eac882e47fe1757a 100644
--- a/content/test/data/session_history/form_that_posts_cross_site.html
+++ b/content/test/data/form_that_posts_to_echoall.html
@@ -2,7 +2,7 @@
<html>
<head></head>
<body>
- <form id="form" method="POST" action="/cross-site-307/x.com/echoall">
+ <form id="form" method="POST" action="/echoall">
<input type="text" name="text" value="value">
<input type="submit">
</form>
« no previous file with comments | « content/renderer/render_frame_proxy.cc ('k') | third_party/WebKit/LayoutTests/FlagExpectations/site-per-process » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698