Upstream version 10.39.225.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / LayoutTests / inspector / console / console-uncaught-exception-in-eval-expected.txt
1 CONSOLE ERROR: line 5: Uncaught Error: Exception in eval:with sourceURL
2 CONSOLE ERROR: line 5: Uncaught Error: Exception in eval:anonymous
3 Tests that when uncaught exception in eval'ed script ending with //# sourceURL=url is logged into console, its stack trace will have the url as the script source. Bug 47252.
4
5 evalURL.js:5 Uncaught Error: Exception in eval:with sourceURLevalURL.js:5 bevalURL.js:10 aevalURL.js:13 evalSourceevalURL.js:14 (anonymous function)
6 VM:5 Uncaught Error: Exception in eval:anonymousVM:5 bVM:10 aVM:13 evalSourceVM:14 (anonymous function)
7