[Webkit-unassigned] [Bug 213171] [WPT] infrastructure/assumptions/html-elements.html fails due to changes in style when all: initial is used

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sat Jun 13 11:23:43 PDT 2020


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

--- Comment #2 from Sam Weinig <sam at webkit.org> ---
For stroke-color, the first thing that pops out to me is that in CSSProperties.json, "stroke-color" is set to: 

    "initial": "currentColor"

but, RenderStyle::initialStrokeColor() is set to:

    static Color initialStrokeColor() { return Color::transparent; }

-- 
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/20200613/c0da8415/attachment.htm>


More information about the webkit-unassigned mailing list