Changeset 262852 in webkit


Ignore:
Timestamp:
Jun 10, 2020 1:19:24 PM (4 years ago)
Author:
Ryan Haddad
Message:

REGRESSION(r262809): [ macOS iOS ] imported/w3c/web-platform-tests/css/css-grid/grid-items/grid-items-minimum-height-orthogonal-001.html is a constant failure
https://bugs.webkit.org/show_bug.cgi?id=213026

Unreviewed test gardening.

  • web-platform-tests/css/css-grid/grid-items/grid-items-minimum-height-orthogonal-001-expected.txt:

Check in a new baseline that accounts for the failing subtests to get the bots to green.

Location:
trunk/LayoutTests/imported/w3c
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/LayoutTests/imported/w3c/ChangeLog

    r262809 r262852  
     12020-06-10  Ryan Haddad  <ryanhaddad@apple.com>
     2
     3        REGRESSION(r262809): [ macOS iOS ] imported/w3c/web-platform-tests/css/css-grid/grid-items/grid-items-minimum-height-orthogonal-001.html is a constant failure
     4        https://bugs.webkit.org/show_bug.cgi?id=213026
     5
     6        Unreviewed test gardening.
     7
     8        * web-platform-tests/css/css-grid/grid-items/grid-items-minimum-height-orthogonal-001-expected.txt:
     9        Check in a new baseline that accounts for the failing subtests to get the bots to green.
     10
    1112020-06-09  Commit Queue  <commit-queue@webkit.org>
    212
  • trunk/LayoutTests/imported/w3c/web-platform-tests/css/css-grid/grid-items/grid-items-minimum-height-orthogonal-001-expected.txt

    r261894 r262852  
    33PASS .grid 2
    44PASS .grid 3
    5 PASS .grid 4
    6 PASS .grid 5
     5FAIL .grid 4 assert_equals:
     6<div class="grid">
     7  <div class="minHeight60 marginTop5" data-expected-height="60"></div>
     8  <div data-expected-height="65"></div>
     9</div>
     10height expected 65 but got 60
     11FAIL .grid 5 assert_equals:
     12<div class="grid">
     13  <div class="minHeight60 marginTop5 marginLeftAuto" data-expected-height="60"></div>
     14  <div data-expected-height="65"></div>
     15</div>
     16height expected 65 but got 60
    717PASS .grid 6
    8 PASS .grid 7
     18FAIL .grid 7 assert_equals:
     19<div class="grid">
     20  <div class="minHeight60 marginBottom10" data-expected-height="60"></div>
     21  <div data-expected-height="70"></div>
     22</div>
     23height expected 70 but got 60
    924PASS .grid 8
    10 PASS .grid 9
     25FAIL .grid 9 assert_equals:
     26<div class="grid">
     27  <div class="minHeight60 marginTop5 marginBottom10" data-expected-height="60"></div>
     28  <div data-expected-height="75"></div>
     29</div>
     30height expected 75 but got 60
    1131PASS .grid 10
    1232PASS .grid 11
     
    2242PASS .grid 21
    2343PASS .grid 22
    24 PASS .grid 23
     44FAIL .grid 23 assert_equals:
     45<div class="grid">
     46  <div class="minHeight60 marginTop5 marginBottom10 paddingTop6 paddingBottom3 borderTop2 borderBottom4" data-expected-height="75"></div>
     47  <div data-expected-height="90"></div>
     48</div>
     49height expected 90 but got 75
    2550PASS .grid 24
    2651PASS .grid 25
    2752PASS .grid 26
    28 PASS .grid 27
    29 PASS .grid 28
     53FAIL .grid 27 assert_equals:
     54<div class="grid directionRTL">
     55  <div class="minHeight60 marginTop5" data-expected-height="60"></div>
     56  <div data-expected-height="65"></div>
     57</div>
     58height expected 65 but got 60
     59FAIL .grid 28 assert_equals:
     60<div class="grid directionRTL">
     61  <div class="minHeight60 marginTop5 marginLeftAuto" data-expected-height="60"></div>
     62  <div data-expected-height="65"></div>
     63</div>
     64height expected 65 but got 60
    3065PASS .grid 29
    31 PASS .grid 30
     66FAIL .grid 30 assert_equals:
     67<div class="grid directionRTL">
     68  <div class="minHeight60 marginBottom10" data-expected-height="60"></div>
     69  <div data-expected-height="70"></div>
     70</div>
     71height expected 70 but got 60
    3272PASS .grid 31
    33 PASS .grid 32
     73FAIL .grid 32 assert_equals:
     74<div class="grid directionRTL">
     75  <div class="minHeight60 marginTop5 marginBottom10" data-expected-height="60"></div>
     76  <div data-expected-height="75"></div>
     77</div>
     78height expected 75 but got 60
    3479PASS .grid 33
    3580PASS .grid 34
     
    4590PASS .grid 44
    4691PASS .grid 45
    47 PASS .grid 46
     92FAIL .grid 46 assert_equals:
     93<div class="grid directionRTL">
     94  <div class="minHeight60 marginTop5 marginBottom10 paddingTop6 paddingBottom3 borderTop2 borderBottom4" data-expected-height="75"></div>
     95  <div data-expected-height="90"></div>
     96</div>
     97height expected 90 but got 75
    4898Direction LTR
    4999
Note: See TracChangeset for help on using the changeset viewer.