<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
<!DOCTYPE bugzilla SYSTEM "https://bugs.webkit.org/page.cgi?id=bugzilla.dtd">

<bugzilla version="5.0.4.1"
          urlbase="https://bugs.webkit.org/"
          
          maintainer="admin@webkit.org"
>

    <bug>
          <bug_id>213026</bug_id>
          
          <creation_ts>2020-06-10 07:53:28 -0700</creation_ts>
          <short_desc>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</short_desc>
          <delta_ts>2020-06-11 23:08:58 -0700</delta_ts>
          <reporter_accessible>1</reporter_accessible>
          <cclist_accessible>1</cclist_accessible>
          <classification_id>1</classification_id>
          <classification>Unclassified</classification>
          <product>WebKit</product>
          <component>CSS</component>
          <version>WebKit Nightly Build</version>
          <rep_platform>Unspecified</rep_platform>
          <op_sys>Unspecified</op_sys>
          <bug_status>RESOLVED</bug_status>
          <resolution>CONFIGURATION CHANGED</resolution>
          
          
          <bug_file_loc></bug_file_loc>
          <status_whiteboard></status_whiteboard>
          <keywords>InRadar</keywords>
          <priority>P2</priority>
          <bug_severity>Normal</bug_severity>
          <target_milestone>---</target_milestone>
          
          
          <everconfirmed>1</everconfirmed>
          <reporter name="Jacob Uphoff">jacob_uphoff</reporter>
          <assigned_to name="Nobody">webkit-unassigned</assigned_to>
          <cc>dpino</cc>
    
    <cc>webkit-bot-watchers-bugzilla</cc>
    
    <cc>webkit-bug-importer</cc>
          

      

      

      

          <comment_sort_order>oldest_to_newest</comment_sort_order>  
          <long_desc isprivate="0" >
    <commentid>1661158</commentid>
    <comment_count>0</comment_count>
    <who name="Jacob Uphoff">jacob_uphoff</who>
    <bug_when>2020-06-10 07:53:28 -0700</bug_when>
    <thetext>https://results.webkit.org/?suite=layout-tests&amp;test=imported%2Fw3c%2Fweb-platform-tests%2Fcss%2Fcss-grid%2Fgrid-items%2Fgrid-items-minimum-height-orthogonal-001.html

This test became a constant failure on all platforms after commit r262809 which was a rollout of r261841.

History:

https://results.webkit.org/?suite=layout-tests&amp;test=imported%2Fw3c%2Fweb-platform-tests%2Fcss%2Fcss-grid%2Fgrid-items%2Fgrid-items-minimum-height-orthogonal-001.html

Diff:

--- /Volumes/Data/slave/catalina-release-tests-wk2/build/layout-test-results/imported/w3c/web-platform-tests/css/css-grid/grid-items/grid-items-minimum-height-orthogonal-001-expected.txt
+++ /Volumes/Data/slave/catalina-release-tests-wk2/build/layout-test-results/imported/w3c/web-platform-tests/css/css-grid/grid-items/grid-items-minimum-height-orthogonal-001-actual.txt
@@ -2,12 +2,32 @@
 PASS .grid 1 
 PASS .grid 2 
 PASS .grid 3 
-PASS .grid 4 
-PASS .grid 5 
+FAIL .grid 4 assert_equals: 
+&lt;div class=&quot;grid&quot;&gt;
+  &lt;div class=&quot;minHeight60 marginTop5&quot; data-expected-height=&quot;60&quot;&gt;&lt;/div&gt;
+  &lt;div data-expected-height=&quot;65&quot;&gt;&lt;/div&gt;
+&lt;/div&gt;
+height expected 65 but got 60
+FAIL .grid 5 assert_equals: 
+&lt;div class=&quot;grid&quot;&gt;
+  &lt;div class=&quot;minHeight60 marginTop5 marginLeftAuto&quot; data-expected-height=&quot;60&quot;&gt;&lt;/div&gt;
+  &lt;div data-expected-height=&quot;65&quot;&gt;&lt;/div&gt;
+&lt;/div&gt;
+height expected 65 but got 60
 PASS .grid 6 
-PASS .grid 7 
+FAIL .grid 7 assert_equals: 
+&lt;div class=&quot;grid&quot;&gt;
+  &lt;div class=&quot;minHeight60 marginBottom10&quot; data-expected-height=&quot;60&quot;&gt;&lt;/div&gt;
+  &lt;div data-expected-height=&quot;70&quot;&gt;&lt;/div&gt;
+&lt;/div&gt;
+height expected 70 but got 60
 PASS .grid 8 
-PASS .grid 9 
+FAIL .grid 9 assert_equals: 
+&lt;div class=&quot;grid&quot;&gt;
+  &lt;div class=&quot;minHeight60 marginTop5 marginBottom10&quot; data-expected-height=&quot;60&quot;&gt;&lt;/div&gt;
+  &lt;div data-expected-height=&quot;75&quot;&gt;&lt;/div&gt;
+&lt;/div&gt;
+height expected 75 but got 60
 PASS .grid 10 
 PASS .grid 11 
 PASS .grid 12 
@@ -21,16 +41,41 @@
 PASS .grid 20 
 PASS .grid 21 
 PASS .grid 22 
-PASS .grid 23 
+FAIL .grid 23 assert_equals: 
+&lt;div class=&quot;grid&quot;&gt;
+  &lt;div class=&quot;minHeight60 marginTop5 marginBottom10 paddingTop6 paddingBottom3 borderTop2 borderBottom4&quot; data-expected-height=&quot;75&quot;&gt;&lt;/div&gt;
+  &lt;div data-expected-height=&quot;90&quot;&gt;&lt;/div&gt;
+&lt;/div&gt;
+height expected 90 but got 75
 PASS .grid 24 
 PASS .grid 25 
 PASS .grid 26 
-PASS .grid 27 
-PASS .grid 28 
+FAIL .grid 27 assert_equals: 
+&lt;div class=&quot;grid directionRTL&quot;&gt;
+  &lt;div class=&quot;minHeight60 marginTop5&quot; data-expected-height=&quot;60&quot;&gt;&lt;/div&gt;
+  &lt;div data-expected-height=&quot;65&quot;&gt;&lt;/div&gt;
+&lt;/div&gt;
+height expected 65 but got 60
+FAIL .grid 28 assert_equals: 
+&lt;div class=&quot;grid directionRTL&quot;&gt;
+  &lt;div class=&quot;minHeight60 marginTop5 marginLeftAuto&quot; data-expected-height=&quot;60&quot;&gt;&lt;/div&gt;
+  &lt;div data-expected-height=&quot;65&quot;&gt;&lt;/div&gt;
+&lt;/div&gt;
+height expected 65 but got 60
 PASS .grid 29 
-PASS .grid 30 
+FAIL .grid 30 assert_equals: 
+&lt;div class=&quot;grid directionRTL&quot;&gt;
+  &lt;div class=&quot;minHeight60 marginBottom10&quot; data-expected-height=&quot;60&quot;&gt;&lt;/div&gt;
+  &lt;div data-expected-height=&quot;70&quot;&gt;&lt;/div&gt;
+&lt;/div&gt;
+height expected 70 but got 60
 PASS .grid 31 
-PASS .grid 32 
+FAIL .grid 32 assert_equals: 
+&lt;div class=&quot;grid directionRTL&quot;&gt;
+  &lt;div class=&quot;minHeight60 marginTop5 marginBottom10&quot; data-expected-height=&quot;60&quot;&gt;&lt;/div&gt;
+  &lt;div data-expected-height=&quot;75&quot;&gt;&lt;/div&gt;
+&lt;/div&gt;
+height expected 75 but got 60
 PASS .grid 33 
 PASS .grid 34 
 PASS .grid 35 
@@ -44,7 +89,12 @@
 PASS .grid 43 
 PASS .grid 44 
 PASS .grid 45 
-PASS .grid 46 
+FAIL .grid 46 assert_equals: 
+&lt;div class=&quot;grid directionRTL&quot;&gt;
+  &lt;div class=&quot;minHeight60 marginTop5 marginBottom10 paddingTop6 paddingBottom3 borderTop2 borderBottom4&quot; data-expected-height=&quot;75&quot;&gt;&lt;/div&gt;
+  &lt;div data-expected-height=&quot;90&quot;&gt;&lt;/div&gt;
+&lt;/div&gt;
+height expected 90 but got 75
 Direction LTR
 
 Item height: 60px;</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>1661159</commentid>
    <comment_count>1</comment_count>
    <who name="Radar WebKit Bug Importer">webkit-bug-importer</who>
    <bug_when>2020-06-10 07:54:22 -0700</bug_when>
    <thetext>&lt;rdar://problem/64209234&gt;</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>1661180</commentid>
    <comment_count>2</comment_count>
    <who name="Ryan Haddad">ryanhaddad</who>
    <bug_when>2020-06-10 09:18:07 -0700</bug_when>
    <thetext>Simon suggested (in https://bugs.webkit.org/show_bug.cgi?id=212055#c9) that we just land a new baseline for this test with the failing results.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>1661318</commentid>
    <comment_count>3</comment_count>
    <who name="Ryan Haddad">ryanhaddad</who>
    <bug_when>2020-06-10 13:20:27 -0700</bug_when>
    <thetext>(In reply to Ryan Haddad from comment #2)
&gt; Simon suggested (in https://bugs.webkit.org/show_bug.cgi?id=212055#c9) that
&gt; we just land a new baseline for this test with the failing results.
Done in r262852.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>1661863</commentid>
    <comment_count>4</comment_count>
    <who name="Diego Pino">dpino</who>
    <bug_when>2020-06-11 23:08:58 -0700</bug_when>
    <thetext>*** Bug 213012 has been marked as a duplicate of this bug. ***</thetext>
  </long_desc>
      
      

    </bug>

</bugzilla>