Update WPT results.

This commit is contained in:
Josh Matthews 2017-10-02 19:56:15 +02:00 committed by Anthony Ramine
parent bceaca9694
commit 3347094373
198 changed files with 7862 additions and 248 deletions

View file

@ -0,0 +1,12 @@
[button-click-submits.html]
type: testharness
expected: TIMEOUT
[clicking a button with .click() should not trigger a submit (form disconnected)]
expected: FAIL
[clicking a button by dispatching an event should trigger a submit (form connected)]
expected: TIMEOUT
[clicking a button that cancels the event should not trigger a submit]
expected: FAIL

View file

@ -0,0 +1,5 @@
[button-type.html]
type: testharness
[HTMLButtonElement.prototype.type]
expected: FAIL