[Webkit-unassigned] [Bug 233556] New: Console Timing API does not contain space before duration when it gets printed

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Nov 29 06:01:22 PST 2021


https://bugs.webkit.org/show_bug.cgi?id=233556

            Bug ID: 233556
           Summary: Console Timing API does not contain space before
                    duration when it gets printed
           Product: WebKit
           Version: WebKit Nightly Build
          Hardware: Unspecified
                OS: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: Web Inspector
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: max at schmitt.mx
                CC: inspector-bugzilla-changes at group.apple.com

```js
console.time("MyTimer");
console.timeLog("MyTimer");
```

Expected:

```
MyTimer: 0.018 ms
```

Actual:

```
MyTimer: 0.018ms
```

There should be a space between the duration and the unit, see here in the spec: https://console.spec.whatwg.org/#timelog

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20211129/f8e576c0/attachment.htm>


More information about the webkit-unassigned mailing list