Skip to content

Commit

Permalink
Bug 1514576 [wpt PR 14545] - Update <button type="menu"> test to refl…
Browse files Browse the repository at this point in the history
…ect its removal, a=testonly

Automatic update from web-platform-tests
Update <button type="menu"> test to reflect its removal

<button type="menu"> got removed in whatwg/html#2342 and this test was failing in all browsers.

--

wpt-commits: 11971ac2161859001b861630338c0e47fee1b59a
wpt-pr: 14545
  • Loading branch information
Zirro authored and jgraham committed Jan 23, 2019
1 parent 4fe5f7a commit 63765c0
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,6 @@
willValid(document.getElementById('btn2'), "submit", true, "submit type attribute");
willValid(document.getElementById('btn3'), "reset", false, "reset type attribute");
willValid(document.getElementById('btn4'), "button", false, "button type attribute");
willValid(document.getElementById('btn5'), "menu", false, "menu type attribute");
willValid(document.getElementById('btn5'), "submit", true, "historical menu type attribute");
willValid(document.getElementById('btn6'), "submit", true, "invalid type attribute");
</script>

0 comments on commit 63765c0

Please sign in to comment.