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

Side by Side Diff: third_party/WebKit/LayoutTests/inspector/console/console-timestamp-expected.txt

Issue 2683713004: DevTools: revert of timestamp format dropdown (Closed)
Patch Set: wrong upstream Created 3 years, 10 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 unified diff | Download patch
OLDNEW
1 Tests the console timestamp setting. 1 Tests the console timestamp setting.
2 2
3 Console messages with timestamps disabled: 3 Console messages with timestamps disabled:
4 3<Before> 4 3<Before>
5 Console messages with timestamps enabled: 5 Console messages with timestamps enabled:
6 2014-05-13 16:53:20.123 <Before>
7 2014-05-13 16:53:20.123 <Before>
8 2014-05-13 16:53:20.456 <Before>
9 2014-05-13 16:53:21.000 <After>
10 2014-05-13 16:53:21.000 <After>
11 2014-05-13 16:53:21.456 <After>
12 Console messages with short timestamps:
13 16:53:20.123 <Before> 6 16:53:20.123 <Before>
14 16:53:20.123 <Before> 7 16:53:20.123 <Before>
15 16:53:20.456 <Before> 8 16:53:20.456 <Before>
16 16:53:21.000 <After> 9 16:53:21.000 <After>
17 16:53:21.000 <After> 10 16:53:21.000 <After>
18 16:53:21.456 <After> 11 16:53:21.456 <After>
19 12
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698