Bug 24406 - unclosed div within li causing layout issue
Summary: unclosed div within li causing layout issue
Status: RESOLVED INVALID
Alias: None
Product: WebKit
Classification: Unclassified
Component: Layout and Rendering (show other bugs)
Version: 528+ (Nightly build)
Hardware: PC Windows XP
: P2 Normal
Assignee: Nobody
URL:
Keywords: HasReduction
Depends on:
Blocks:
 
Reported: 2009-03-05 14:45 PST by jasneet
Modified: 2013-06-25 12:38 PDT (History)
2 users (show)

See Also:


Attachments
testcase (710 bytes, text/html)
2009-03-05 14:46 PST, jasneet
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
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.