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

Unified Diff: LayoutTests/inspector/console/console-custom-formatters-expected.txt

Issue 1072523002: Devtools: allow multiple custom formatters (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Test added Created 5 years, 8 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-custom-formatters-expected.txt
diff --git a/LayoutTests/inspector/console/console-custom-formatters-expected.txt b/LayoutTests/inspector/console/console-custom-formatters-expected.txt
new file mode 100644
index 0000000000000000000000000000000000000000..1cdccf78a4e718ca171357e176cf1226e1fc5316
--- /dev/null
+++ b/LayoutTests/inspector/console/console-custom-formatters-expected.txt
@@ -0,0 +1,9 @@
+CONSOLE MESSAGE: line 60: [object Object]
+CONSOLE MESSAGE: line 61: [object Object]
+CONSOLE MESSAGE: line 62: [object Object]
+Tests that console logging dumps properly when there are multiple custom formatters on the page
+
+console-custom-formatters.html:60 Header formatted by 1 aBody formatted by 1 a
+console-custom-formatters.html:61 Header formatted by 2 bBody formatted by 2 b
+console-custom-formatters.html:62 Header formatted by 1 cBody formatted by 1 c
+
« no previous file with comments | « LayoutTests/inspector/console/console-custom-formatters.html ('k') | Source/core/inspector/InjectedScriptSource.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698