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

Side by Side Diff: chrome_frame/test/data/form-get.html

Issue 126143005: Remove Chrome Frame code and resources. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: sync to r244038 Created 6 years, 11 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/event_listener.html ('k') | chrome_frame/test/data/frame_test.html » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
(Empty)
1 <html>
2 <head>
3 <title>ChromeFrame form submit test(GET method)</title>
4 </head>
5 <body>
6 <br />
7 <form name="login" method="get" action="action.html">
8 <table width="90%" border="0" align="center" cellpadding="4"
9 cellspacing="0" class="form-text">
10 <tr>
11 <td>field 1</td>
12 <td><input type="text" name="field1" value="a"></td>
13 </tr>
14 <tr>
15 <td>field 2</td>
16 <td><input type="text" name="field2" value="b"></td>
17 </tr>
18 </table>
19 <br />
20 <p style="margin-left: 28px">
21 <input id="submit_button" name="submit" type="submit" value="Submit">
22 &nbsp;
23 </p>
24 </form>
25 <br />
26 </body>
27 </html>
OLDNEW
« no previous file with comments | « chrome_frame/test/data/event_listener.html ('k') | chrome_frame/test/data/frame_test.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698