Bug 23718

Summary: page doesn't load due to float:left
Product: WebKit Reporter: jasneet <jasneet>
Component: CSSAssignee: Nobody <webkit-unassigned>
Status: RESOLVED WORKSFORME    
Severity: Normal CC: jasneet, macpherson
Priority: P2 Keywords: HasReduction
Version: 525.x (Safari 3.1)   
Hardware: PC   
OS: Windows XP   
URL: http://www.wcreplays.com/page.php?section=replays&id=16814
Attachments:
Description Flags
testcase none

Description jasneet 2009-02-03 16:53:52 PST
I Steps:
Go to http://www.wcreplays.com/page.php?section=replays&id=16814

II Issue:
page doesn't load

III Conclusion:
The attached testcase is simplified(some content is removed), so the page can finish loading finally, but takes much more time than IE/Firefox. 

The cause of this issue is the style property "float:left" in class 
".commentmetadata", as the content with this style increases, the page loading time become longer and longer. If remove this property, then it works fine in webkit

IV Other Browsers:
IE7: ok
FF3: ok

V Nightly tested: 40471

Bug in Chromium : http://code.google.com/p/chromium/issues/detail?id=5384
Comment 1 jasneet 2009-02-03 16:55:56 PST
Created attachment 27297 [details]
testcase