Bug 24406

Summary: unclosed div within li causing layout issue
Product: WebKit Reporter: jasneet <jasneet>
Component: Layout and RenderingAssignee: Nobody <webkit-unassigned>
Status: RESOLVED INVALID    
Severity: Normal CC: jasneet, robert
Priority: P2 Keywords: HasReduction
Version: 528+ (Nightly build)   
Hardware: PC   
OS: Windows XP   
Attachments:
Description Flags
testcase none

Description jasneet 2009-03-05 14:45:53 PST
I Steps:
Go to attached testcase

II Issue : 
The unclosed <div> within <li> is causing this issue. 

There is only open <div> tag within each <li> and no closing tag </div> before closing tag </li>, IE/Firefox can correct this error properly, but Chrome/Safari mistakenly think each <div> containing following <li>, which results in an embedded layout rendering. 

III Other Browsers:
FF3: OK
IE7: OK 

IV Nightly tested: 41443

Bug in Chromium : http://code.google.com/p/chromium/issues/detail?id=7958
Comment 1 jasneet 2009-03-05 14:46:21 PST
Created attachment 28329 [details]
testcase
Comment 2 Robert Hogan 2013-06-25 12:38:03 PDT
WebKit renders the test the same as IE 10, FF and Opera.