File: form_order_test.html

package info (click to toggle)
ruby-mechanize 2.7.6-1%2Bdeb10u1
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 1,480 kB
  • sloc: ruby: 11,380; makefile: 5; 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>