Bug 47204

Summary: Fix isSelfCollapsingBlock to be block-flow-aware.
Product: WebKit Reporter: Dave Hyatt <hyatt>
Component: Layout and RenderingAssignee: Dave Hyatt <hyatt>
Status: RESOLVED FIXED    
Severity: Normal    
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: PC   
OS: OS X 10.5   
Bug Depends on:    
Bug Blocks: 46419    
Attachments:
Description Flags
Patch sam: review+

Description Dave Hyatt 2010-10-05 13:14:04 PDT
Fix isSelfCollapsingBlock to be block-flow-aware.  It's still using height instead of logical-height.
Comment 1 Dave Hyatt 2010-10-05 13:17:35 PDT
Created attachment 69831 [details]
Patch
Comment 2 Dave Hyatt 2010-10-05 13:32:19 PDT
Fixed in r69141.