Bug 163737 - RenderBoxModelObject::moveChildrenTo skips a valid renderer when first-letter is detected.
Summary: RenderBoxModelObject::moveChildrenTo skips a valid renderer when first-letter...
Status: NEW
Alias: None
Product: WebKit
Classification: Unclassified
Component: Layout and Rendering (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-10-20 09:39 PDT by zalan
Modified: 2016-10-20 09:39 PDT (History)
1 user (show)

See Also:


Attachments
Test case (426 bytes, text/html)
2016-10-20 09:39 PDT, zalan
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description zalan 2016-10-20 09:39:49 PDT
Created attachment 292211 [details]
Test case

The current logic of detecting and skipping first letter wrappers is not correct. See attached test case.