7b32eb8c7b
New method was added to console spec [1]. This CL implements it. [1] https://console.spec.whatwg.org/#timelog R=dgozman@chromium.org,yangguo@chromium.org Bug: chromium:854474 Cq-Include-Trybots: luci.chromium.try:linux_chromium_headless_rel;master.tryserver.blink:linux_trusty_blink_rel Change-Id: Ie5f249795979bb886cf824ae9f950c5ef78ce04d Reviewed-on: https://chromium-review.googlesource.com/1247641 Commit-Queue: Aleksey Kozyatinskiy <kozyatinskiy@chromium.org> Reviewed-by: Dmitry Gozman <dgozman@chromium.org> Reviewed-by: Yang Guo <yangguo@chromium.org> Cr-Commit-Position: refs/heads/master@{#56294}
38 lines
489 B
Plaintext
38 lines
489 B
Plaintext
Test for console.timeLog
|
|
[
|
|
[0] : {
|
|
type : string
|
|
value : 42: 1ms
|
|
}
|
|
[1] : {
|
|
type : string
|
|
value : a
|
|
}
|
|
]
|
|
[
|
|
[0] : {
|
|
type : string
|
|
value : 42: 2ms
|
|
}
|
|
[1] : {
|
|
type : string
|
|
value : a
|
|
}
|
|
[2] : {
|
|
type : string
|
|
value : b
|
|
}
|
|
]
|
|
[
|
|
[0] : {
|
|
type : string
|
|
value : 42: 3ms
|
|
}
|
|
]
|
|
[
|
|
[0] : {
|
|
type : string
|
|
value : Timer '42' does not exist
|
|
}
|
|
]
|