File: form_order_test.html

package info (click to toggle)
ruby-mechanize 2.10.1-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 1,416 kB
  • sloc: ruby: 11,645; makefile: 7; sh: 4
file content (11 lines) | stat: -rw-r--r-- 334 bytes parent folder | download | duplicates (7)
1
2
3
4
5
6
7
8
9
10
11
<html>
  <head><title>Page Title</title></head>
  <body>
    <form name="post_form1">
      <input type="radio" name="1" value="RADIO" checked>
      <input type="email" name="3" value="nobody@example">
      <input type="text"  name="2" value="TEXT">
      <input type="month" name="3" value="2011-10">
    </form>
  </body>
</html>