Bug 21710

Summary: text is displayed partially due to miscalculation of div's height
Product: WebKit Reporter: jasneet <jasneet>
Component: Layout and RenderingAssignee: Nobody <webkit-unassigned>
Status: RESOLVED INVALID    
Severity: Normal CC: jasneet
Priority: P2    
Version: 525.x (Safari 3.1)   
Hardware: PC   
OS: Windows XP   
Attachments:
Description Flags
testcase none

jasneet
Reported 2008-10-17 10:42:34 PDT
I Steps: Go to the attached testcase II Issue: text is displayed partially III Conclusion: in IE, <div>'s height = padding + <ul>'s height, while in Chrome <div>'s height = <ul>'s height. IV Other Browsers: IE7: ok FF3: not ok V Nightly tested: 37604
Attachments
testcase (749 bytes, text/html)
2008-10-17 10:43 PDT, jasneet
no flags
jasneet
Comment 1 2008-10-17 10:43:00 PDT
Created attachment 24459 [details] testcase
Dave Hyatt
Comment 2 2008-10-17 11:09:24 PDT
INVALID. The <li> floats and therefore is supposed to protrude from the parent container.
Note You need to log in before you can comment on or make changes to this bug.