Chromium Code Reviews| 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 |
| deleted file mode 100644 |
| index 718fad0200e69763b4966a098dcc09087a9d333f..0000000000000000000000000000000000000000 |
| --- a/third_party/WebKit/LayoutTests/platform/mac/http/tests/inspector-enabled/console-stack-overflow-source-url-expected.txt |
| +++ /dev/null |
| @@ -1,16 +0,0 @@ |
| -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 |
| - |