OLD | NEW |
1 CONSOLE MESSAGE: line 6: Uncaught Error: An exception | 1 CONSOLE ERROR: line 6: Uncaught Error: An exception |
2 This tests that 'window.onerror' is called on the window object. | 2 This tests that 'window.onerror' is called on the window object. |
3 | 3 |
4 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE
". | 4 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE
". |
5 | 5 |
6 | 6 |
7 PASS thisInsideOnerror is window | 7 PASS thisInsideOnerror is window |
8 PASS successfullyParsed is true | 8 PASS successfullyParsed is true |
9 | 9 |
10 TEST COMPLETE | 10 TEST COMPLETE |
11 | 11 |
OLD | NEW |