summaryrefslogtreecommitdiffstats
path: root/dom/html/test/file_content_contextmenu.html
blob: 4d6874d2f19349ab1a5b0025ef57b73e77ff86aa (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
<!DOCTYPE html>
<html lang="en">
<head>
  <meta charset="UTF-8">
  <title></title>
  <style>
    body {
      margin: 0;
      width: 100vw;
      height: 100vh;
    }
  </style>
</head>
<body contextmenu="testmenu">
  <menu type="context" id="testmenu">
    <menuitem label="Test Context Menu Click" id="menuitem"></menuitem>
    <hr>
  </menu>
</body>
</html>