<html>
    <head>
      <base href="https://bugs.webkit.org/" />
    </head>
    <body><span class="vcard"><a class="email" href="mailto:dholbert&#64;mozilla.com" title="Daniel Holbert &lt;dholbert&#64;mozilla.com&gt;"> <span class="fn">Daniel Holbert</span></a>
</span> changed
              <a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - Abspos flex item static position"
   href="https://bugs.webkit.org/show_bug.cgi?id=156798">bug 156798</a>
        <br>
             <table border="1" cellspacing="0" cellpadding="8">
          <tr>
            <th>What</th>
            <th>Removed</th>
            <th>Added</th>
          </tr>

         <tr>
           <td style="text-align:right;">CC</td>
           <td>
               &nbsp;
           </td>
           <td>dholbert&#64;mozilla.com
           </td>
         </tr></table>
      <p>
        <div>
            <b><a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - Abspos flex item static position"
   href="https://bugs.webkit.org/show_bug.cgi?id=156798#c2">Comment # 2</a>
              on <a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - Abspos flex item static position"
   href="https://bugs.webkit.org/show_bug.cgi?id=156798">bug 156798</a>
              from <span class="vcard"><a class="email" href="mailto:dholbert&#64;mozilla.com" title="Daniel Holbert &lt;dholbert&#64;mozilla.com&gt;"> <span class="fn">Daniel Holbert</span></a>
</span></b>
        <pre>Note: the testcase/expectations in <a href="show_bug.cgi?id=156798#c0">comment 0</a> do not quite match the latest spec text here. Currently, the CSS Align spec basically says that the flex container's &quot;align-items&quot; value should be ignored for abspos children.  (And Greg's original testcase here depends on it being honored for abspos children.)  See notes on <a href="https://bugs.chromium.org/p/chromium/issues/detail?id=661662">https://bugs.chromium.org/p/chromium/issues/detail?id=661662</a> for more details.


Here's a modified version of the original testcase, which uses &quot;align-self: center&quot; on all children, rather than &quot;align-items: center&quot; on the parent. This should still be a valid testcase for this bug.
 <a href="http://jsbin.com/yudabaxiyo/1/edit?html,css,output">http://jsbin.com/yudabaxiyo/1/edit?html,css,output</a>

Expected
---------------
You should only see a blue square</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>