summaryrefslogtreecommitdiffstats
path: root/browser/extensions/formautofill/test/fixtures/autocomplete_simple_basic.html
blob: 9e78e6392fce9597013c9555f626262a2d843b2e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
<!DOCTYPE html>
<html>
<head>
  <meta charset="utf-8">
  <title>Form Autofill Demo Page for Simplified Form Case</title>
</head>
<body>
  <h1>Form Autofill Demo Page for Simplified Form Case</h1>

  <form id="simple">
    <p><label>Organization: <input type="text" /></label></p>
    <p><label>Telephone: <input id="simple_tel" name="tel" /></label></p>
    <p><label>Email: <input type="text" id="simple_email" name="email" /></label></p>
    <p><input type="submit" /></p>
    <p><button type="reset">Reset</button></p>
  </form>

</body>
</html>