blob: 9a7415b16db424945b56c9d58cf1b6238d6a3d68 [file] [log] [blame]
adele10317312007-02-27 01:36:17 +00001This tests that we stop propagation when bubbling a submit or reset event to more than one form. This matches Firefox behavior
2This can only occur when misnested tags cause forms to be nested.
3
4You can manually test the submit event, but this automated test will only test the reset event.
5
6
7window reset capture
8outer_form reset capture
9div reset capture
10inner_form reset target
11inner_form reset target
12div reset bubble
13