summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/conformance-checkers/xhtml/elements/menu/embed-contextmenu-isvalid.xhtml
blob: 886d8d6b445138bee933a1ed440575893842a470 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
<html xmlns="http://www.w3.org/1999/xhtml">
 <head>
  <title>valid embed contextmenu</title>
 </head>
 <body>
  <embed contextmenu='foo'/>
  <!-- Since contextmenu is no longer a global attribute,
       it is allowed on embed like any other unknown attribute,
       and shouldn't give a warning or error about not matching
       the ID of a <menu type='context'> etc. -->
 </body>
</html>