Bug 191413 - [BFC][IFC] Certain InlineRunProvider::Runs requires dedicated inline runs.
Summary: [BFC][IFC] Certain InlineRunProvider::Runs requires dedicated inline runs.
Status: RESOLVED CONFIGURATION CHANGED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Layout and Rendering (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: zalan
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2018-11-07 21:12 PST by zalan
Modified: 2020-02-18 08:31 PST (History)
4 users (show)

See Also:


Attachments
Patch (16.95 KB, patch)
2018-11-07 21:14 PST, zalan
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
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