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

Unified Diff: LayoutTests/inspector/console/console-timestamp-expected.txt

Issue 185713007: DevTools: Add timestamp support in the console (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: 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
« no previous file with comments | « LayoutTests/inspector/console/console-timestamp.html ('k') | Source/devtools/front_end/ConsoleModel.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: LayoutTests/inspector/console/console-timestamp-expected.txt
diff --git a/LayoutTests/inspector/console/console-timestamp-expected.txt b/LayoutTests/inspector/console/console-timestamp-expected.txt
new file mode 100644
index 0000000000000000000000000000000000000000..1dba170efe130aa50c8375ec7fcf506ae75c7ef3
--- /dev/null
+++ b/LayoutTests/inspector/console/console-timestamp-expected.txt
@@ -0,0 +1,10 @@
+Tests the console timestamp setting.
+
+Console messages with timestamps disabled:
+3<Before>
+Console messages with timestamps enabled:
+32014-05-13 16:53:20.456<Before>
+2014-05-13 16:53:20.123<After>
+2014-05-13 16:53:20.123<After>
+2014-05-13 16:53:20.456<After>
+
« no previous file with comments | « LayoutTests/inspector/console/console-timestamp.html ('k') | Source/devtools/front_end/ConsoleModel.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698