[Webkit-unassigned] [Bug 240770] New: REGRESSION(r293956): Bad color inheritance due to disallowsFastPathInheritance bit missing from RenderStyle::copyNonInheritedFrom

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sat May 21 22:50:20 PDT 2022


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

            Bug ID: 240770
           Summary: REGRESSION(r293956): Bad color inheritance due to
                    disallowsFastPathInheritance bit missing from
                    RenderStyle::copyNonInheritedFrom
           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: koivisto at iki.fi

<!DOCTYPE html>
<html>
<body style="font-family: ahem; font-size: 50px">
<span style="color:green">A</span><span style="color:green">B</span><span>C</span>
<script>
document.body.offsetTop;
document.body.style.color = "blue";
</script>
</html>

-- 
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/20220522/c08928a8/attachment.htm>


More information about the webkit-unassigned mailing list