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

Unified Diff: chrome_frame/test/data/form-get.html

Issue 2982003: ChromeFrame back forward navigations at times would mess up the navigation hi... (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: '' Created 10 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_frame/test/data/action.html ('k') | chrome_frame/test/navigation_test.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome_frame/test/data/form-get.html
===================================================================
--- chrome_frame/test/data/form-get.html (revision 0)
+++ chrome_frame/test/data/form-get.html (revision 0)
@@ -0,0 +1,33 @@
+<html>
+ <head>
+ <title> ChromeFrame form submit test(GET method) </title>
+ <script type="text/javascript">
+ function submitForm() {
+ var submit = document.getElementById("100");
+ submit.click();
+ }
+ </script>
+ </head>
+ <body onkeypress="submitForm();">
+ <br />
+ <form name="login" method="get" action="action.html">
+ <table width="90%" border="0" align="center" cellpadding="4"
+ cellspacing="0" class="form-text">
+ <tr>
+ <td>field 1</td>
+ <td><input type="text" name="field1" value="a"></td>
+ </tr>
+ <tr>
+ <td>field 2</td>
+ <td><input type="text" name="field2" value="b"></td>
+ </tr>
+ </table>
+ <br />
+ <p style="margin-left: 28px">
+ <input id="100" name="submit" type="submit" value="Submit">
amit 2010/07/13 19:00:34 nit: id can be a descriptive name like submit_butt
+ &nbsp;
+ </p>
+ </form>
+ <br />
+ </body>
+</html>
Property changes on: chrome_frame\test\data\form-get.html
___________________________________________________________________
Added: svn:eol-style
+ LF
« no previous file with comments | « chrome_frame/test/data/action.html ('k') | chrome_frame/test/navigation_test.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698