Bug 230174

Summary: [RenderTreeAsText] Add support for non-integral geometry value.
Product: WebKit Reporter: zalan <zalan>
Component: Layout and RenderingAssignee: Nobody <webkit-unassigned>
Status: NEW ---    
Severity: Normal CC: bfulgham, simon.fraser, webkit-bug-importer, zalan
Priority: P2 Keywords: InRadar
Version: WebKit Nightly Build   
Hardware: Unspecified   
OS: Unspecified   

Description zalan 2021-09-10 15:58:41 PDT
e.g.
if (is<RenderText>(o)) {
... 
    r = IntRect(text.firstRunLocation(), text.linesBoundingBox().size());
Comment 1 Radar WebKit Bug Importer 2021-09-17 15:59:24 PDT
<rdar://problem/83259043>