Bug 120789 - RenderListItem should inherit from RenderBlockFlow
Summary: RenderListItem should inherit from RenderBlockFlow
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Layout and Rendering (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Dave Hyatt
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-09-05 12:52 PDT by Dave Hyatt
Modified: 2013-09-06 13:56 PDT (History)
2 users (show)

See Also:


Attachments
Patch (3.47 KB, patch)
2013-09-05 12:53 PDT, Dave Hyatt
bdakin: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Dave Hyatt 2013-09-05 12:52:28 PDT
RenderListItem should inherit from RenderBlockFlow and not RenderBlock.
Comment 1 Dave Hyatt 2013-09-05 12:53:43 PDT
Created attachment 210649 [details]
Patch
Comment 2 Dave Hyatt 2013-09-05 12:56:10 PDT
Fixed in r155142.
Comment 3 Beth Dakin 2013-09-05 17:30:09 PDT
I had to roll this out with http://trac.webkit.org/changeset/155162 because of the failing tests.
Comment 4 Csaba Osztrogonác 2013-09-05 21:21:35 PDT
(In reply to comment #3)
> I had to roll this out with http://trac.webkit.org/changeset/155162 because of the failing tests.

Reopen, since it was rolled out.
Comment 5 Dave Hyatt 2013-09-06 13:56:07 PDT
Re-landed this in r155211.