| Index: third_party/WebKit/LayoutTests/platform/mac/http/tests/inspector-enabled/console-stack-overflow-source-url-expected.txt
|
| diff --git a/third_party/WebKit/LayoutTests/platform/mac/http/tests/inspector-enabled/console-stack-overflow-source-url-expected.txt b/third_party/WebKit/LayoutTests/platform/mac/http/tests/inspector-enabled/console-stack-overflow-source-url-expected.txt
|
| new file mode 100644
|
| index 0000000000000000000000000000000000000000..718fad0200e69763b4966a098dcc09087a9d333f
|
| --- /dev/null
|
| +++ b/third_party/WebKit/LayoutTests/platform/mac/http/tests/inspector-enabled/console-stack-overflow-source-url-expected.txt
|
| @@ -0,0 +1,16 @@
|
| +CONSOLE ERROR: line 2: 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:2 Uncaught RangeError: Maximum call stack size exceeded
|
| + 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)
|
| + at boo (foo2.js:2:2)
|
| +TEST COMPLETE
|
| +
|
|
|