Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(21)

Unified Diff: third_party/WebKit/LayoutTests/platform/mac/http/tests/inspector-enabled/console-stack-overflow-source-url-expected.txt

Issue 2505373003: Auto-rebaseline for r432828 (Closed)
Patch Set: Created 4 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « third_party/WebKit/LayoutTests/TestExpectations ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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
+
« no previous file with comments | « third_party/WebKit/LayoutTests/TestExpectations ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698