<html>
    <head>
      <base href="https://bugs.webkit.org/" />
    </head>
    <body>
      <p>
        <div>
            <b><a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - [ListItems] Render tree should be all clean by the end of FrameView::layout()."
   href="https://bugs.webkit.org/show_bug.cgi?id=162832#c1">Comment # 1</a>
              on <a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - [ListItems] Render tree should be all clean by the end of FrameView::layout()."
   href="https://bugs.webkit.org/show_bug.cgi?id=162832">bug 162832</a>
              from <span class="vcard"><a class="email" href="mailto:zalan&#64;apple.com" title="zalan &lt;zalan&#64;apple.com&gt;"> <span class="fn">zalan</span></a>
</span></b>
        <pre>Created <span class=""><a href="attachment.cgi?id=290461" name="attach_290461" title="Test reduction">attachment 290461</a> <a href="attachment.cgi?id=290461&amp;action=edit" title="Test reduction">[details]</a></span>
Test reduction

This happens when we start mutating the renderer tree while laying it out.
&lt;body&gt;
  &lt;span&gt;
    &lt;li&gt;
1. floating &lt;li&gt; is being laid out by the body (&lt;span&gt; is the direct parent but the containing block is the body)
2. we insert a new renderer (list marker) and dirty the ancestor chain
3. we never get to lay out the &lt;span&gt;</pre>
        </div>
      </p>
      <hr>
      <span>You are receiving this mail because:</span>
      
      <ul>
          <li>You are the assignee for the bug.</li>
      </ul>
    </body>
</html>