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

Side by Side Diff: test/inspector/runtime/console-time-end-format-expected.txt

Issue 2631553003: [inspector] console.timeEnd formats ms in the same way as JS formats double (Closed)
Patch Set: fixed protocol-works-with-different-locale test Created 3 years, 11 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
(Empty)
1 Checks format of console.timeEnd output
2
3 Running test: zero
4 js: 0ms
5 timeEnd: 0ms
6
7 Running test: verySmall
8 js: 1e-15ms
9 timeEnd: 1e-15ms
10
11 Running test: small
12 js: 0.001ms
13 timeEnd: 0.001ms
14
15 Running test: regular
16 js: 1.2345ms
17 timeEnd: 1.2345ms
18
19 Running test: big
20 js: 10000.2345ms
21 timeEnd: 10000.2345ms
22
23 Running test: veryBig
24 js: 1000000000000000.2ms
25 timeEnd: 1000000000000000.2ms
26
27 Running test: huge
28 js: 1e+42ms
29 timeEnd: 1e+42ms
OLDNEW
« no previous file with comments | « test/inspector/runtime/console-time-end-format.js ('k') | test/inspector/runtime/protocol-works-with-different-locale.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698