File: lacks_uncapped_inputs-good.html

package info (click to toggle)
libtest-www-mechanize-perl 1.54-1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 368 kB
  • sloc: perl: 2,569; makefile: 4
file content (12 lines) | stat: -rw-r--r-- 348 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
12
<html>
    <head>
        <title>Title</title>
    </head>
    <body>
        <form name="testform">
            <input name="foo" type="text" size="12" maxlength="14">
            <input name="bar" type="radio">
            <input name="bat" type="text" disabled> <!-- no maxlength, but disabled so it's OK -->
        </form>
    </body>
</html>