Bug 191413

Summary: [BFC][IFC] Certain InlineRunProvider::Runs requires dedicated inline runs.
Product: WebKit Reporter: zalan <zalan>
Component: Layout and RenderingAssignee: zalan <zalan>
Status: RESOLVED CONFIGURATION CHANGED    
Severity: Normal CC: bfulgham, koivisto, simon.fraser, zalan
Priority: P2    
Version: WebKit Nightly Build   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
Patch none

Description zalan 2018-11-07 21:12:20 PST
For example <span>foobar<span style="position: relative; left: 10px">foobar</span>foobar</span> -> generate <foobarfoobarfoobar> run for line breaking,
while the final runs should read <foobar><foobar><foobar>
Comment 1 zalan 2018-11-07 21:14:17 PST
Created attachment 354205 [details]
Patch