<html>
    <head>
      <base href="https://bugs.webkit.org/" />
    </head>
    <body>
      <p>
        <div>
            <b><a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - [css-flex][css-grid] Stretched button doesn't use the whole space"
   href="https://bugs.webkit.org/show_bug.cgi?id=169271#c2">Comment # 2</a>
              on <a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - [css-flex][css-grid] Stretched button doesn't use the whole space"
   href="https://bugs.webkit.org/show_bug.cgi?id=169271">bug 169271</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>Created <span class=""><a href="attachment.cgi?id=303646" name="attach_303646" title="Image diff after running run-webkit-tests">attachment 303646</a> <a href="attachment.cgi?id=303646&amp;action=edit" title="Image diff after running run-webkit-tests">[details]</a></span>
Image diff after running run-webkit-tests


This is the image diff if I create a simple layout test like:
  &lt;!DOCTYPE html&gt;
  &lt;div style=&quot;display: flex; align-items: stretch; width: 200px; height: 200px;&quot;&gt;
    &lt;button style=&quot;flex: 1;&quot;&gt;test&lt;/button&gt;
  &lt;/div&gt;

And use as -expected this:
  &lt;!DOCTYPE html&gt;
  &lt;button style=&quot;width: 200px; height: 200px;&quot;&gt;test&lt;/button&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>