Source code

Revision control

Copy as Markdown

Other Tools

[button-event-dispatch.html]
[event dispatches on click with oncommand property]
expected: FAIL
[setting custom command property to -foo (no dash) did not dispatch an event]
expected: FAIL
[setting custom command attribute to -foo (no dash) did not dispatch an event]
expected: FAIL
[setting custom command property to -foo- (no dash) did not dispatch an event]
expected: FAIL
[setting custom command attribute to -foo- (no dash) did not dispatch an event]
expected: FAIL
[setting custom command property to foo-bar (no dash) did not dispatch an event]
expected: FAIL
[setting custom command attribute to foo-bar (no dash) did not dispatch an event]
expected: FAIL
[setting custom command property to -foo bar (no dash) did not dispatch an event]
expected: FAIL
[setting custom command attribute to -foo bar (no dash) did not dispatch an event]
expected: FAIL
[setting custom command property to —-emdash (no dash) did not dispatch an event]
expected: FAIL
[setting custom command attribute to —-emdash (no dash) did not dispatch an event]
expected: FAIL
[event does NOT dispatch if button is form associated, with implicit type]
expected: FAIL
[event does NOT dispatch if button is form associated, with explicit type=invalid]
expected: FAIL
[event does NOT dispatch if button is form associated, with explicit type=submit]
expected: FAIL
[event does NOT dispatch if button is form associated, with explicit type=reset]
expected: FAIL