Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / chrome / test / data / extensions / api_test / webrequest / requestBody / plaintext.html
blobb6e5930d36a35385f88d02f81673bf4f53dcf98f
1 <!--
2 * Copyright (c) 2012 The Chromium Authors. All rights reserved. Use of this
3 * source code is governed by a BSD-style license that can be found in the
4 * LICENSE file.
5 -->
6 <html>
7 <body>
8 <div>
9 <form action="../simpleLoad/a.html" method="POST" enctype="text/plain">
10 <input name='text"1ěšý人
11 &#x0d;&#x0a;' type="text" value="TEST_TEXT_1" />
12 <input name="text2" type="text" value="TEST_TEXT_2" />
13 <input name="text3" type="text" value="TEST_TEXT_3" />
14 <input name="password" type="password" value="password" />
15 <input name="radio" type="radio" value="Yes" checked /> Yes
16 <input name="radio" type="radio" value="No" /> No
17 <input name="check" type="checkbox" value="option_A" checked /> A
18 <input name="check" type="checkbox" value="option_B" /> B
19 <textarea name="txtarea" rows="2" cols="20">text"1ěšý人
20 &#x0d;&#x0a;</textarea>
21 <select name="select">
22 <option value="one">one</option>
23 <option value="two">two</option>
24 <option value="three">three</option>
25 </select>
26 <input type="submit" />
27 </form>
28 </div>
29 <script src="submit.js"></script>
30 </body>
31 </html>