<html>
    <head>
      <base href="https://bugs.webkit.org/" />
    </head>
    <body>
      <p>
        <div>
            <b><a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - ASSERTION FAILED: !newRelayoutRoot.container() || !newRelayoutRoot.container()-&gt;needsLayout() in WebCore::FrameView::scheduleRelayoutOfSubtree"
   href="https://bugs.webkit.org/show_bug.cgi?id=151605#c1">Comment # 1</a>
              on <a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - ASSERTION FAILED: !newRelayoutRoot.container() || !newRelayoutRoot.container()-&gt;needsLayout() in WebCore::FrameView::scheduleRelayoutOfSubtree"
   href="https://bugs.webkit.org/show_bug.cgi?id=151605">bug 151605</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>B--AG-L- --* RenderView  (0.00, 0.00) (1323.00, 720.00) renderer-&gt;(0x11ad6c2c0)
B-----L- --    HTML RenderFlexibleBox  (0.00, 0.00) (0.00, 736.00) renderer-&gt;(0x11adf7578) node-&gt;(0x11adf1410)
B-O---L- --      HEAD RenderFlexibleBox  (0.00, 0.00) (0.00, 736.00) renderer-&gt;(0x11adf7640) node-&gt;(0x11adf1478)
B-O---L- --        STYLE RenderFlexibleBox  (0.00, 0.00) (0.00, 736.00) renderer-&gt;(0x11adf7708) node-&gt;(0x11adec7b8)
B--AG--- --          RenderBlock  (0.00, 0.00) (80.86, 736.00) renderer-&gt;(0x11adee450)
I------- --            #text RenderText renderer-&gt;(0x11ad955a0) node-&gt;(0x11adf2500) length-&gt;(153) &quot;\n* {\n    -webkit-columns: 55px 87;\n    overflow-y: scroll;\n    -webkit-backg&quot;...
B-O---L- DN-      BODY RenderFlexibleBox  (8.00, 8.00) (0.00, 704.00) renderer-&gt;(0x11adf77d0) node-&gt;(0x11adf1548)
B-O---L- --        SUMMARY RenderBlock  (0.00, 0.00) (0.00, 704.00) renderer-&gt;(0x11adee508) node-&gt;(0x11adf15b0)
B--AG-L- --          RenderMultiColumnFlowThread  (0.00, 0.00) (0.00, 16.00) renderer-&gt;(0x11ad29000) [Rs:0x11ad25640 Re:0x11ad25640]
B-O---L- --            PROGRESS RenderFlexibleBox  (0.00, 0.00) (0.00, 16.00) renderer-&gt;(0x11adf7898) node-&gt;(0x11adf0620) [Rs:0x11ad25640 Re:0x11ad25640]
B------- --              DIV RenderProgress  (0.00, 0.00) (0.00, 16.00) renderer-&gt;(0x11ad1b000) node-&gt;(0x11adf16e8) [Rs:0x11ad25640 Re:0x11ad25640]
B------- --                DIV RenderBlock  (0.00, 0.00) (0.00, 16.00) renderer-&gt;(0x11adee5c0) node-&gt;(0x11adf1750) [Rs:0x11ad25640 Re:0x11ad25640]
B------- --                  DIV RenderBlock  (0.00, 0.00) (0.00, 16.00) renderer-&gt;(0x11adee678) node-&gt;(0x11adf17b8) [Rs:0x11ad25640 Re:0x11ad25640]
B--AG--- --          RenderMultiColumnSet  (0.00, 0.00) (0.00, 16.00) renderer-&gt;(0x11ad25640)
B-O---L- --        SCRIPT RenderFlexibleBox  (0.00, 0.00) (0.00, 704.00) renderer-&gt;(0x11adf7960) node-&gt;(0x11adecb48)
B--AG--- --          RenderBlock  (0.00, 0.00) (314.97, 704.00) renderer-&gt;(0x11adee730)
I------- --            #text RenderText renderer-&gt;(0x11ad95e40) node-&gt;(0x11adf25f0) length-&gt;(192) &quot;\nsetTimeout(function() {\n    window.scrollTo(0,document.body.scrollHeight);\n &quot;...

BODY is stuck with dirty layout flag.
When a descendant renderer is being removed, we try to ensures it is no longer a layoutroot by marking its ancestors dirty (and ofc the ancestor tree needs to know about this change in order to layout/repaint properly).
However since BODY is already dirty, we end up not scheduling a new layout (and we don't change the layout root either) -&gt; ASSERT.
BODY is marked dirty while finishing up the layout on HTML. During post layout, we start updating the scrollbars for overflow content. SUMMARY is a candidate and while we try to contain the layout by marking only the current renderer (MarkThisOnly) before calling current.layoutBlock(), the RenderMultiColumnSet child ends up setting the dirty flag on the ancestors (including BODY). However no one issues layout on the BODY at this point.</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>