summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/conformance-checkers/xhtml/elements/menu/001-haswarn.xhtml
blob: acce02af469ab1fcfbf6b575f149f5eb0dc51e41 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
  <title>valid contextmenus</title>
</head>
<body>
  <menu id='foo'>
    <menuitem id='com' label='The Command'/>
  </menu>
  <menu id='bar'>
    <menuitem id='com2' label='The Command'/>
  </menu>
  <menu id='foo2'>
    <menuitem id='com3' label='The Command'/>
  </menu>
  <menu id='bar2'>
    <menuitem id='com4' label='The Command'/>
  </menu>
  <p contextmenu='foo'>foo</p>
  <p contextmenu='bar'>bar</p>
</body>
</html>