summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/conformance-checkers/xhtml/elements/menu/001-novalid.xhtml
diff options
context:
space:
mode:
Diffstat (limited to 'testing/web-platform/tests/conformance-checkers/xhtml/elements/menu/001-novalid.xhtml')
-rw-r--r--testing/web-platform/tests/conformance-checkers/xhtml/elements/menu/001-novalid.xhtml14
1 files changed, 14 insertions, 0 deletions
diff --git a/testing/web-platform/tests/conformance-checkers/xhtml/elements/menu/001-novalid.xhtml b/testing/web-platform/tests/conformance-checkers/xhtml/elements/menu/001-novalid.xhtml
new file mode 100644
index 000000000..06e0ca281
--- /dev/null
+++ b/testing/web-platform/tests/conformance-checkers/xhtml/elements/menu/001-novalid.xhtml
@@ -0,0 +1,14 @@
+<html xmlns="http://www.w3.org/1999/xhtml">
+<head>
+ <title>invalid contextmenu</title>
+</head>
+<body>
+ <menu id='foo'>
+ <menuitem id='com' label='The Command'/>
+ </menu>
+ <menu id='bar'>
+ <menuitem id='com2' label='The Command'/>
+ </menu>
+ <p contextmenu='baz'>foo</p>
+</body>
+</html>