summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/conformance-checkers/xhtml/elements/menu/embed-contextmenu-isvalid.xhtml
diff options
context:
space:
mode:
Diffstat (limited to 'testing/web-platform/tests/conformance-checkers/xhtml/elements/menu/embed-contextmenu-isvalid.xhtml')
-rw-r--r--testing/web-platform/tests/conformance-checkers/xhtml/elements/menu/embed-contextmenu-isvalid.xhtml12
1 files changed, 12 insertions, 0 deletions
diff --git a/testing/web-platform/tests/conformance-checkers/xhtml/elements/menu/embed-contextmenu-isvalid.xhtml b/testing/web-platform/tests/conformance-checkers/xhtml/elements/menu/embed-contextmenu-isvalid.xhtml
new file mode 100644
index 0000000000..886d8d6b44
--- /dev/null
+++ b/testing/web-platform/tests/conformance-checkers/xhtml/elements/menu/embed-contextmenu-isvalid.xhtml
@@ -0,0 +1,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>