summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/html/rendering/bindings/the-button-element/button-type-menu-historical-ref.html
diff options
context:
space:
mode:
Diffstat (limited to 'testing/web-platform/tests/html/rendering/bindings/the-button-element/button-type-menu-historical-ref.html')
-rw-r--r--testing/web-platform/tests/html/rendering/bindings/the-button-element/button-type-menu-historical-ref.html7
1 files changed, 7 insertions, 0 deletions
diff --git a/testing/web-platform/tests/html/rendering/bindings/the-button-element/button-type-menu-historical-ref.html b/testing/web-platform/tests/html/rendering/bindings/the-button-element/button-type-menu-historical-ref.html
new file mode 100644
index 0000000000..6d728e8136
--- /dev/null
+++ b/testing/web-platform/tests/html/rendering/bindings/the-button-element/button-type-menu-historical-ref.html
@@ -0,0 +1,7 @@
+<!DOCTYPE HTML>
+<title>Test that button with type="menu" renders the same as button with type="submit"</title>
+<meta charset="utf-8">
+<link rel="author" title="Domenic Denicola" href="mailto:d@domenic.me">
+<link rel="help" href="https://github.com/whatwg/html/pull/2342">
+
+<button type="submit">button</button>