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

Side by Side 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 unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « chrome_frame/test/data/action.html ('k') | chrome_frame/test/navigation_test.cc » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Property Changes:
Added: svn:eol-style
+ LF
OLDNEW
(Empty)
1 <html>
2 <head>
3 <title> ChromeFrame form submit test(GET method) </title>
4 <script type="text/javascript">
5 function submitForm() {
6 var submit = document.getElementById("100");
7 submit.click();
8 }
9 </script>
10 </head>
11 <body onkeypress="submitForm();">
12 <br />
13 <form name="login" method="get" action="action.html">
14 <table width="90%" border="0" align="center" cellpadding="4"
15 cellspacing="0" class="form-text">
16 <tr>
17 <td>field 1</td>
18 <td><input type="text" name="field1" value="a"></td>
19 </tr>
20 <tr>
21 <td>field 2</td>
22 <td><input type="text" name="field2" value="b"></td>
23 </tr>
24 </table>
25 <br />
26 <p style="margin-left: 28px">
27 <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
28 &nbsp;
29 </p>
30 </form>
31 <br />
32 </body>
33 </html>
OLDNEW
« 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