summaryrefslogtreecommitdiffstats
path: root/browser/base/content/test/contextMenu/subtst_contextmenu_keyword.html
blob: a0f2b0584f5684a276db8778f6c5983b6b4e4843 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
<!DOCTYPE HTML>
<html>
<head>
  <title>Subtest for browser context menu</title>
</head>
<body>
  Browser context menu subtest.
  <input id="input_text_no_form">
  <form id="form_with_password">
    <input id="login_text">
    <input id="input_password" type="password">
  </form>
  <form id="form_without_password">
    <input id="search_text">
  </form>
</body>
</html>