[Webkit-unassigned] [Bug 252031] New: Web Inspector: color-mix is not displayed correctly in the elements tab

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Feb 9 21:28:42 PST 2023


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

            Bug ID: 252031
           Summary: Web Inspector: color-mix is not displayed correctly in
                    the elements tab
           Product: WebKit
           Version: WebKit Nightly Build
          Hardware: All
                OS: All
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: Web Inspector
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: karlcow at apple.com
                CC: inspector-bugzilla-changes at group.apple.com,
                    webkit-bug-importer at group.apple.com

Created attachment 464935

  --> https://bugs.webkit.org/attachment.cgi?id=464935&action=review

test-case

1. With Safari Tech Preview 163
2. Open the test case.
3. Inspect the grey sentence
4. The selection should be on the div

Expected:
div {
    color: color-mix(in hsl, CanvasText 66%, Canvas);
}

Actual:

The full value is not correctly displayed.

div {
    color: color-mix(in ;
}


Note that Copy Rule gives the right value.

-- 
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/20230210/4b859488/attachment.htm>


More information about the webkit-unassigned mailing list