Bug 240770

Summary: REGRESSION(r293956): Bad color inheritance due to disallowsFastPathInheritance bit missing from RenderStyle::copyNonInheritedFrom
Product: WebKit Reporter: Antti Koivisto <koivisto>
Component: CSSAssignee: Nobody <webkit-unassigned>
Status: RESOLVED FIXED    
Severity: Normal CC: changseok, esprehn+autocc, ews-watchlist, glenn, kondapallykalyan, pdr, webkit-bug-importer, zalan
Priority: P2 Keywords: InRadar
Version: WebKit Nightly Build   
Hardware: Unspecified   
OS: Unspecified   
Bug Depends on:    
Bug Blocks: 240132    
Attachments:
Description Flags
Patch ews-feeder: commit-queue-

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>