Bug 131804

Summary: [New Multicolumn] fast/multicol/column-rules-stacking.html shows the rules when it shouldn't
Product: WebKit Reporter: Dave Hyatt <hyatt>
Component: Layout and RenderingAssignee: Dave Hyatt <hyatt>
Status: RESOLVED FIXED    
Severity: Normal CC: bdakin, commit-queue, esprehn+autocc, glenn, kondapallykalyan
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
Patch bdakin: review+

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.