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 Uncaught SyntaxError: Unexpected token } VM:734 | 4 Uncaught SyntaxError: Unexpected token } VM:736 |
5 | 5 |
OLD | NEW |