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

Unified Diff: LayoutTests/inspector/console/console-timestamp.html

Issue 214693005: DevTools: [Console] Display timestamps when the Console timestamps setting is re-enabled (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 | « no previous file | Source/devtools/front_end/ConsoleView.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: LayoutTests/inspector/console/console-timestamp.html
diff --git a/LayoutTests/inspector/console/console-timestamp.html b/LayoutTests/inspector/console/console-timestamp.html
index 1865e0b530c75cf230a4497058555c1b240dbcd8..eddcc2f4fc6a75f09edac2651de2e6c828aa60e0 100644
--- a/LayoutTests/inspector/console/console-timestamp.html
+++ b/LayoutTests/inspector/console/console-timestamp.html
@@ -40,6 +40,9 @@ function test()
addMessageWithFixedTimestamp("<After>");
addMessageWithFixedTimestamp("<After>", baseTimestamp + 456);
+ WebInspector.settings.consoleTimestampsEnabled.set(false);
+ WebInspector.settings.consoleTimestampsEnabled.set(true);
+
InspectorTest.dumpConsoleMessages();
InspectorTest.completeTest();
}
« no previous file with comments | « no previous file | Source/devtools/front_end/ConsoleView.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698