[Webkit-unassigned] [Bug 169271] [css-flex][css-grid] Stretched button doesn't use the whole space

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Mar 7 05:28:57 PST 2017


https://bugs.webkit.org/show_bug.cgi?id=169271

--- Comment #2 from Manuel Rego Casasnovas <rego at igalia.com> ---
Created attachment 303646
  --> https://bugs.webkit.org/attachment.cgi?id=303646&action=review
Image diff after running run-webkit-tests


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

And use as -expected this:
  <!DOCTYPE html>
  <button style="width: 200px; height: 200px;">test</button>

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.webkit.org/pipermail/webkit-unassigned/attachments/20170307/8189ce8b/attachment.html>


More information about the webkit-unassigned mailing list