mirror of
https://github.com/servo/servo.git
synced 2025-08-06 14:10:11 +01:00
Update web-platform-tests to revision 11971ac2161859001b861630338c0e47fee1b59a
This commit is contained in:
parent
ee48b679d7
commit
883ad9792d
15 changed files with 267 additions and 867 deletions
|
@ -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>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue