Changeset 215264 in webkit


Ignore:
Timestamp:
Apr 12, 2017 3:14:30 AM (7 years ago)
Author:
Manuel Rego Casasnovas
Message:

[css-grid] Replaced elements don't properly resolve percentage heights
https://bugs.webkit.org/show_bug.cgi?id=159670

Reviewed by Darin Adler.

The issue was fixed in r213149 (bug #168657), but the Blink test was not imported.
This patch only adds the test to avoid regressions in the future.

  • fast/css-grid-layout/grid-item-with-percent-height-replaced-element-expected.txt: Added.
  • fast/css-grid-layout/grid-item-with-percent-height-replaced-element.html: Added.
Location:
trunk/LayoutTests
Files:
2 added
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/LayoutTests/ChangeLog

    r215263 r215264  
     12017-04-12  Manuel Rego Casasnovas  <rego@igalia.com>
     2
     3        [css-grid] Replaced elements don't properly resolve percentage heights
     4        https://bugs.webkit.org/show_bug.cgi?id=159670
     5
     6        Reviewed by Darin Adler.
     7
     8        The issue was fixed in r213149 (bug #168657), but the Blink test was not imported.
     9        This patch only adds the test to avoid regressions in the future.
     10
     11        * fast/css-grid-layout/grid-item-with-percent-height-replaced-element-expected.txt: Added.
     12        * fast/css-grid-layout/grid-item-with-percent-height-replaced-element.html: Added.
     13
    1142017-04-10  Antti Koivisto  <antti@apple.com>
    215
Note: See TracChangeset for help on using the changeset viewer.