Implement cannot navigate

This commit is contained in:
CYBAI 2019-01-10 18:58:07 +08:00
parent 9d70f51356
commit cb86d451e6
4 changed files with 26 additions and 12 deletions

View file

@ -1,15 +1,9 @@
[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
[clicking the child of a button by dispatching a bubbling event should trigger a submit]
expected: TIMEOUT