<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: !child.isOutOfFlowPositioned() in WebCore::RenderGrid::updateAutoMarginsInColumnAxisIfNeeded"
   href="https://bugs.webkit.org/show_bug.cgi?id=150231#c1">Comment # 1</a>
              on <a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - ASSERTION FAILED: !child.isOutOfFlowPositioned() in WebCore::RenderGrid::updateAutoMarginsInColumnAxisIfNeeded"
   href="https://bugs.webkit.org/show_bug.cgi?id=150231">bug 150231</a>
              from <span class="vcard"><a class="email" href="mailto:rego&#64;igalia.com" title="Manuel Rego Casasnovas &lt;rego&#64;igalia.com&gt;"> <span class="fn">Manuel Rego Casasnovas</span></a>
</span></b>
        <pre>
I guess that the problem is that positioned items support hasn't been ported yet to WebKit.
We've an almost finished implementation on Blink, but we're waiting for CSS WG to be sure it's 100% fine, and then we'll port it to WebKit.
The problem is that we're not skipping the positioned items during grid layout and probably those ASSERTs come from the patch in Blink.

We might remove the ASSERTs or start doing the basic stuff for positioned items, like skipping them as they don't affect the layout of the grid. And in the future we could make them work properly according to the spec.</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>