summaryrefslogtreecommitdiffstats
path: root/browser/components/places/tests/browser/keyword_form.html
blob: a881c0d5adb8ba4a663658f256df4b1be12abbfe (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
<!DOCTYPE HTML>

<html lang="en">
<head>
  <meta http-equiv="Content-Type" content="text/html;charset=windows-1252">
</head>
<body>
  <form id="form1" method="POST" action="keyword_form.html">
    <input type="hidden" name="accenti" value="�����">
    <input type="text" name="search">
  </form>
  <form id="form2" method="POST" action="keyword_form.html">
    <input type="hidden" name="accenti" value="�����">
    <input type="text" name="search">
  </form>
</body>
</html>