[Webkit-unassigned] [Bug 193038] New: Correctly round-trip alpha=0.3 through rgb() colors

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Dec 26 12:06:42 PST 2018


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

            Bug ID: 193038
           Summary: Correctly round-trip alpha=0.3 through rgb() colors
           Product: WebKit
           Version: WebKit Nightly Build
          Hardware: Unspecified
                OS: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: CSS
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: simon.fraser at apple.com

We have failures like this:

+FAIL Valid percentages should be parsed: rgba(42%, 3%, 50%, 0.3) assert_equals: expected "rgba(107, 8, 128, 0.3)" but got "rgba(107, 8, 128, 0.298039)"

We need to round-trip fractional values correctly.

-- 
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/20181226/dd67f581/attachment.html>


More information about the webkit-unassigned mailing list