Update web-platform-tests to revision 11971ac2161859001b861630338c0e47fee1b59a

This commit is contained in:
WPT Sync Bot 2018-12-16 20:53:23 -05:00
parent ee48b679d7
commit 883ad9792d
15 changed files with 267 additions and 867 deletions

View file

@ -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>