mirror of
https://github.com/servo/servo.git
synced 2025-07-16 03:43:38 +01:00
Implement cannot navigate
This commit is contained in:
parent
9d70f51356
commit
cb86d451e6
4 changed files with 26 additions and 12 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue