OLD | NEW |
1 Test that form submit within onsubmit event handlers are not delayed and sends t
he form data when invoked | 1 Test that form submit within onsubmit event handlers are not delayed and sends t
he form data when invoked |
2 | 2 |
3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE
". | 3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE
". |
4 | 4 |
5 | 5 |
6 PASS Both query events received, with correct values: AAA and BBB | 6 FAIL event.target.contentWindow.location.search should be ?query=AAA. Was ?query
=BBB. |
| 7 PASS event.target.contentWindow.location.search is "?query1=BBB" |
7 PASS successfullyParsed is true | 8 PASS successfullyParsed is true |
8 | 9 |
9 TEST COMPLETE | 10 TEST COMPLETE |
10 | 11 |
11 | 12 |
12 | 13 |
OLD | NEW |