Bug 23718 - page doesn't load due to float:left
Summary: page doesn't load due to float:left
Status: RESOLVED WORKSFORME
Alias: None
Product: WebKit
Classification: Unclassified
Component: CSS (show other bugs)
Version: 525.x (Safari 3.1)
Hardware: PC Windows XP
: P2 Normal
Assignee: Nobody
URL: http://www.wcreplays.com/page.php?sec...
Keywords: HasReduction
Depends on:
Blocks:
 
Reported: 2009-02-03 16:53 PST by jasneet
Modified: 2011-10-19 20:49 PDT (History)
2 users (show)

See Also:


Attachments
testcase (6.51 KB, text/html)
2009-02-03 16:55 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-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