[Webkit-unassigned] [Bug 209650] [css-grid] WPT Tests css/css-grid/grid-items/grid-item-percentage-sizes-*.html fail

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed May 27 14:34:43 PDT 2020


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

--- Comment #3 from Oriol Brufau <obrufau at igalia.com> ---
These tests have improved. I think the only remaining issue that still makes them fail is not related to grid:

    <style>
    .grid {
      height: 50px;
      width: 50px;
      min-width: min-content;
      background: green;
    }
    .item {
      writing-mode: vertical-lr;
      width: 100%;
    }
    .content {
      width: 100px;
    }
    </style>
    There should be a green rectangle, 50px tall, 100px wide.
    <div class="grid">
      <div class="item">
        <div class="content"></div>
      </div>
    </div>

WebKit produces a 50x50 square instead of a rectangle.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20200527/62a7a13c/attachment.htm>


More information about the webkit-unassigned mailing list