Bug 131741

Summary: [New Multicolumn] Percentage heights should skip the flow thread for calculations
Product: WebKit Reporter: Dave Hyatt <hyatt>
Component: Layout and RenderingAssignee: Dave Hyatt <hyatt>
Status: RESOLVED FIXED    
Severity: Normal CC: commit-queue, esprehn+autocc, glenn, kondapallykalyan, WebkitBugTracker
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
Patch simon.fraser: review+

Description Dave Hyatt 2014-04-16 10:30:23 PDT
Make sure percentage heights don't get resolved against an auto height flow thread. The flow thread needs to be skipped for these calculations.
Comment 1 Dave Hyatt 2014-04-16 10:33:14 PDT
Created attachment 229455 [details]
Patch
Comment 2 Dave Hyatt 2014-04-16 10:37:32 PDT
Fix landed in r167353.