[Webkit-unassigned] [Bug 24201] WebCore::RenderBlock::layout taking superquadratic time

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Mar 3 14:20:52 PST 2009


https://bugs.webkit.org/show_bug.cgi?id=24201


jamesr at google.com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
  Attachment #28018|0                           |1
        is obsolete|                            |




------- Comment #2 from jamesr at google.com  2009-03-03 14:20 PDT -------
Created an attachment (id=28239)
 --> (https://bugs.webkit.org/attachment.cgi?id=28239&action=view)
reduction (takes ~15s to layout)

The dom structure is:

<div style="float:left">
  <img height='64' width='64'>
</div>
<div style="clear:both;">
  <div style="float:left">
    <img height='64' width='64'>
  </div>
  <div style="clear:both;">
    ... repeat

Nesting more deeply triggers exponential behavior.


-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.



More information about the webkit-unassigned mailing list