Bug 18198

Summary: unclosed div causing layout issue
Product: WebKit Reporter: jasneet <jasneet>
Component: Layout and RenderingAssignee: Nobody <webkit-unassigned>
Status: RESOLVED FIXED    
Severity: Normal CC: jasneet, robert
Priority: P2 Keywords: HasReduction
Version: 525.x (Safari 3.1)   
Hardware: PC   
OS: Windows XP   
URL: http://www.tvix.cn/
Attachments:
Description Flags
screenshot
none
reduction none

Description jasneet 2008-03-28 16:51:20 PDT
I Steps:
Go to 
http://www.tvix.cn/
Scroll to the middle of the page.

II Issue:
In the center column, the section (refer screeshot) has incorrect layout.

III Conclusion:
unclosed div is causing the issue.

....code.....
<div style="width:80px; float:left; margin-left:5px;">490<div>
....code....
<div style="width:80px; float:left; margin-left:5px;">441<div>
....code....

IV Other browsers:
IE7: ok
FF3: ok
Opera9.24: ok

V Nightly tested: 31386
Comment 1 jasneet 2008-03-28 16:52:16 PDT
Created attachment 20172 [details]
screenshot
Comment 2 jasneet 2008-03-28 16:52:48 PDT
Created attachment 20173 [details]
reduction
Comment 3 Robert Hogan 2012-09-29 04:07:37 PDT
The reduction renders the same on Chrome 20.0.1132.47 Ubuntu 12.04 (144678) as IE10, Opera 12, FF 15.01.

The bug is no longer valid it seems.