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

Unified Diff: third_party/WebKit/LayoutTests/http/tests/inspector-enabled/console-exception-while-no-inspector.html

Issue 1666563005: DevTools: merge ScriptCallStack and ScriptAsyncCallStack, move CallStacks from console to Runtime. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: testts Created 4 years, 10 months 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 | « no previous file | third_party/WebKit/LayoutTests/http/tests/inspector/console-test.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/LayoutTests/http/tests/inspector-enabled/console-exception-while-no-inspector.html
diff --git a/third_party/WebKit/LayoutTests/http/tests/inspector-enabled/console-exception-while-no-inspector.html b/third_party/WebKit/LayoutTests/http/tests/inspector-enabled/console-exception-while-no-inspector.html
index 5b12d54855fad4ab77c8e334cceb19b4c1860097..54dae969db8941dc9adf74a8c27d63e70f953f53 100644
--- a/third_party/WebKit/LayoutTests/http/tests/inspector-enabled/console-exception-while-no-inspector.html
+++ b/third_party/WebKit/LayoutTests/http/tests/inspector-enabled/console-exception-while-no-inspector.html
@@ -45,7 +45,7 @@ function test()
var message = InspectorTest.consoleModel.messages()[0];
var stack = message.stackTrace;
- if (stack)
+ if (stack && stack.callFrames.length)
InspectorTest.addResult("FAIL: found message with stack trace");
else
InspectorTest.addResult("SUCCESS: message doesn't have stack trace");
« no previous file with comments | « no previous file | third_party/WebKit/LayoutTests/http/tests/inspector/console-test.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698