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

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

Issue 2549843002: Manually rebaseline NeedsRebaselines on or before 12/1 (Closed)
Patch Set: console-stack-overflow-source-url.html is flaky Created 4 years 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
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
-

Powered by Google App Engine
This is Rietveld 408576698