OLD | NEW |
1 Tests form submission with method=dialog | 1 Tests form submission with method=dialog |
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 Clicking outer-submit-empty-string | 6 Clicking outer-submit-empty-string |
7 PASS outer; dialog.open is false | 7 PASS outer; dialog.open is false |
8 PASS outer; dialog.returnValue is "" | 8 PASS outer; dialog.returnValue is "" |
9 PASS inner; dialog.open is true | 9 PASS inner; dialog.open is true |
10 PASS inner; dialog.returnValue is "init" | 10 PASS inner; dialog.returnValue is "init" |
(...skipping 77 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
88 PASS inner; dialog.returnValue is "10,5" | 88 PASS inner; dialog.returnValue is "10,5" |
89 PASS host; dialog.open is true | 89 PASS host; dialog.open is true |
90 PASS host; dialog.returnValue is "init" | 90 PASS host; dialog.returnValue is "init" |
91 PASS successfullyParsed is true | 91 PASS successfullyParsed is true |
92 | 92 |
93 TEST COMPLETE | 93 TEST COMPLETE |
94 | 94 |
95 | 95 |
96 | 96 |
97 | 97 |
OLD | NEW |