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
9 <form action=
"../simpleLoad/a.html" method=
"POST" enctype=
"multipart/form-data">
10 <input name='text
"1ěšý人
11 
' 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 
</textarea>
21 <select name=
"select">
22 <option value=
"one">one
</option>
23 <option value=
"two">two
</option>
24 <option value=
"three">three
</option>
26 <input type=
"submit" />
29 <script src=
"submit.js"></script>