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

Unified Diff: LayoutTests/inspector/console/console-error-on-call-frame-expected.txt

Issue 23956003: DevTools: Add a fallback for console message callframe linkifying when scriptId could not be resolv… (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Removed unresolved call frame altogether Created 7 years, 3 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
Index: LayoutTests/inspector/console/console-error-on-call-frame-expected.txt
diff --git a/LayoutTests/inspector/console/console-error-on-call-frame-expected.txt b/LayoutTests/inspector/console/console-error-on-call-frame-expected.txt
new file mode 100644
index 0000000000000000000000000000000000000000..ec0a87350271d250c4775e2f6899b67772980fea
--- /dev/null
+++ b/LayoutTests/inspector/console/console-error-on-call-frame-expected.txt
@@ -0,0 +1,14 @@
+CONSOLE MESSAGE: line 2: 42
+Tests that console.error does not throw exception when executed in console on call frame.
+
+Debugger was enabled.
+Set timer for test function.
+Script execution paused.
+Script execution resumed.
+setTimeout(testFunction, 0)
+1
+console.error(42)
+42testFunction console-error-on-call-frame.html:10
+undefined
+Debugger was disabled.
+
« no previous file with comments | « LayoutTests/inspector/console/console-error-on-call-frame.html ('k') | Source/devtools/front_end/ConsoleMessage.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698