OLD | NEW |
---|---|
1 Tests that evaluating an expression with a syntax error in the console won't cra sh the browser. Bug 61194. | 1 Tests that evaluating an expression with a syntax error in the console won't cra sh the browser. Bug 61194. |
2 | 2 |
3 foo(). | 3 foo(). |
4 SyntaxError: Unexpected token } | 4 Uncaught SyntaxError: Unexpected token } VM:731 |
vsevik
2014/07/15 16:14:33
Let's add a test for a non trivial stack trace cas
kozyatinskiy1
2014/07/16 13:15:47
Done.
| |
5 | 5 |
OLD | NEW |