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

Unified Diff: LayoutTests/inspector/console/console-log-wrapped-in-framework-expected.txt

Issue 211493002: DevTools: Show user code location for wrapped console.log() calls. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: addressed Created 6 years, 9 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-log-wrapped-in-framework-expected.txt
diff --git a/LayoutTests/inspector/console/console-log-wrapped-in-framework-expected.txt b/LayoutTests/inspector/console/console-log-wrapped-in-framework-expected.txt
new file mode 100644
index 0000000000000000000000000000000000000000..263f27bab17a063abcbb7de35ce061da6adc0979
--- /dev/null
+++ b/LayoutTests/inspector/console/console-log-wrapped-in-framework-expected.txt
@@ -0,0 +1,7 @@
+CONSOLE MESSAGE: line 10: direct console.log()
+CONSOLE MESSAGE: line 7: framework log
+Tests console.log() anchor location when the skip-stack-frames feature is enabled.
+
+direct console.log() console-log-wrapped-in-framework.html:10
+framework log console-log-wrapped-in-framework.html:11
+

Powered by Google App Engine
This is Rietveld 408576698