Bug 131804 - [New Multicolumn] fast/multicol/column-rules-stacking.html shows the rules when it shouldn't
Summary: [New Multicolumn] fast/multicol/column-rules-stacking.html shows the rules wh...
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: 2014-04-17 13:24 PDT by Dave Hyatt
Modified: 2014-04-17 16:06 PDT (History)
5 users (show)

See Also:


Attachments
Patch (14.15 KB, patch)
2014-04-17 15:59 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 2014-04-17 13:24:26 PDT
The column rules should be painted over in fast/multicol/column-rules-stacking.html, but instead they still render. This is because the new columns are painting rules in the wrong paint phase.
Comment 1 Dave Hyatt 2014-04-17 15:59:38 PDT
Created attachment 229590 [details]
Patch
Comment 2 Dave Hyatt 2014-04-17 16:06:36 PDT
Fixed in r167463.