[Webkit-unassigned] [Bug 185427] New: Add test to verify behavior of -webkit-text-fill-color when inherited

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue May 8 09:53:56 PDT 2018


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

            Bug ID: 185427
           Summary: Add test to verify behavior of -webkit-text-fill-color
                    when inherited
           Product: WebKit
           Version: WebKit Nightly Build
          Hardware: All
                OS: All
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: CSS
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: akeerthi at apple.com

Add test to verify behavior of -webkit-text-fill-color when inherited

In the case where the parent element does not define -webkit-text-fill-color, and the child element has '-webkit-text-fill-color: inherit', the child element's computed -webkit-text-fill-color should be the parent's color. This is because the initial value of fill-color is currentcolor. The child then takes on the parent's currentcolor, which is equivalent to the parent's color.

-- 
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/20180508/64943860/attachment.html>


More information about the webkit-unassigned mailing list