OLD | NEW |
1 CONSOLE MESSAGE: line 18: Uncaught Error: Exception in inline script. | 1 CONSOLE ERROR: line 18: Uncaught Error: Exception in inline script. |
2 CONSOLE MESSAGE: line 11: Uncaught Error: Exception in 'load' event listener. | 2 CONSOLE ERROR: line 11: Uncaught Error: Exception in 'load' event listener. |
3 CONSOLE MESSAGE: line 6: Uncaught Error: Exception in setTimeout callback. | 3 CONSOLE ERROR: line 6: Uncaught Error: Exception in setTimeout callback. |
4 Tests that uncaught exceptions are logged into console.Bug 47250. | 4 Tests that uncaught exceptions are logged into console.Bug 47250. |
5 | 5 |
6 | 6 |
7 Uncaught Error: Exception in inline script. uncaught-in-iframe.html:18a uncaught
-in-iframe.html:18b uncaught-in-iframe.html:23(anonymous function) uncaught-in-i
frame.html:26 | 7 Uncaught Error: Exception in inline script. uncaught-in-iframe.html:18a uncaught
-in-iframe.html:18b uncaught-in-iframe.html:23(anonymous function) uncaught-in-i
frame.html:26 |
8 Uncaught Error: Exception in 'load' event listener. uncaught-in-iframe.html:11f
uncaught-in-iframe.html:11(anonymous function) uncaught-in-iframe.html:13 | 8 Uncaught Error: Exception in 'load' event listener. uncaught-in-iframe.html:11f
uncaught-in-iframe.html:11(anonymous function) uncaught-in-iframe.html:13 |
9 Uncaught Error: Exception in setTimeout callback. uncaught-in-iframe.html:6bar u
ncaught-in-iframe.html:6(anonymous function) uncaught-in-iframe.html:8 | 9 Uncaught Error: Exception in setTimeout callback. uncaught-in-iframe.html:6bar u
ncaught-in-iframe.html:6(anonymous function) uncaught-in-iframe.html:8 |
10 | 10 |
OLD | NEW |