Bug 240770 - REGRESSION(r293956): Bad color inheritance due to disallowsFastPathInheritance bit missing from RenderStyle::copyNonInheritedFrom
Summary: REGRESSION(r293956): Bad color inheritance due to disallowsFastPathInheritanc...
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: CSS (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords: InRadar
Depends on:
Blocks: 240132
  Show dependency treegraph
 
Reported: 2022-05-21 22:50 PDT by Antti Koivisto
Modified: 2022-05-22 10:43 PDT (History)
8 users (show)

See Also:


Attachments
Patch (2.83 KB, patch)
2022-05-21 23:04 PDT, Antti Koivisto
ews-feeder: commit-queue-
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Antti Koivisto 2022-05-21 22:50:20 PDT
<!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>
Comment 1 Antti Koivisto 2022-05-21 23:04:37 PDT
Created attachment 459645 [details]
Patch
Comment 2 EWS 2022-05-22 07:36:23 PDT
Committed r294620 (250846@main): <https://commits.webkit.org/250846@main>

All reviewed patches have been landed. Closing bug and clearing flags on attachment 459645 [details].
Comment 3 Radar WebKit Bug Importer 2022-05-22 07:37:13 PDT
<rdar://problem/93723811>