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