| Index: third_party/WebKit/LayoutTests/http/tests/inspector-enabled/console-stack-overflow-source-url-expected.txt
|
| diff --git a/third_party/WebKit/LayoutTests/http/tests/inspector-enabled/console-stack-overflow-source-url-expected.txt b/third_party/WebKit/LayoutTests/http/tests/inspector-enabled/console-stack-overflow-source-url-expected.txt
|
| index f3f7a3ea9f375384297e5935643fd3e7e00abc40..6981db524a1e93f4247209fd226d397b0457218e 100644
|
| --- a/third_party/WebKit/LayoutTests/http/tests/inspector-enabled/console-stack-overflow-source-url-expected.txt
|
| +++ b/third_party/WebKit/LayoutTests/http/tests/inspector-enabled/console-stack-overflow-source-url-expected.txt
|
| @@ -1,6 +1,16 @@
|
| CONSOLE ERROR: line 1: Uncaught RangeError: Maximum call stack size exceeded
|
| Tests that when stack overflow happens before inspector is open source url is correctly shown in console.
|
|
|
| -foo2.js:1 Uncaught RangeError: Maximum call stack size exceeded(…)
|
| +foo2.js:1 Uncaught RangeError: Maximum call stack size exceeded
|
| + at boo (foo2.js:1:13)
|
| + at boo (foo2.js:2:2)
|
| + at boo (foo2.js:2:2)
|
| + at boo (foo2.js:2:2)
|
| + at boo (foo2.js:2:2)
|
| + at boo (foo2.js:2:2)
|
| + at boo (foo2.js:2:2)
|
| + at boo (foo2.js:2:2)
|
| + at boo (foo2.js:2:2)
|
| + at boo (foo2.js:2:2)
|
| TEST COMPLETE
|
|
|
|
|