OLD | NEW |
---|---|
(Empty) | |
1 Checks that passing invalid strings to window.showModalDialog() is properly hand led. | |
2 | |
3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE ". | |
4 | |
5 | |
6 PASS newWindow = window.showModalDialog(nonConvertibleToString) threw exception Exception in toString(). | |
7 PASS newWindow is null | |
8 PASS newWindow = window.showModalDialog('about:blank', '', nonConvertibleToStrin g) threw exception Exception in toString(). | |
9 PASS newWindow is null | |
10 PASS successfullyParsed is true | |
11 | |
12 TEST COMPLETE | |
13 | |
OLD | NEW |