<?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>306821</bug_id>
          
          <creation_ts>2026-02-02 18:04:48 -0800</creation_ts>
          <short_desc>[Tahoe]fast/css-grid-layout/grid-item-display.html is a flaky text failure.</short_desc>
          <delta_ts>2026-02-02 18:39:02 -0800</delta_ts>
          <reporter_accessible>1</reporter_accessible>
          <cclist_accessible>1</cclist_accessible>
          <classification_id>1</classification_id>
          <classification>Unclassified</classification>
          <product>WebKit</product>
          <component>New Bugs</component>
          <version>WebKit Nightly Build</version>
          <rep_platform>Unspecified</rep_platform>
          <op_sys>Unspecified</op_sys>
          <bug_status>NEW</bug_status>
          <resolution></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="Diego De La Toba">d_delatoba</reporter>
          <assigned_to name="Nobody">webkit-unassigned</assigned_to>
          <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>2177365</commentid>
    <comment_count>0</comment_count>
    <who name="Diego De La Toba">d_delatoba</who>
    <bug_when>2026-02-02 18:04:48 -0800</bug_when>
    <thetext>fast/css-grid-layout/grid-item-display.html is a flaky text failure affecting MacOS Tahoe across all architectures. 


HISTORY:
https://results.webkit.org/?suite=layout-tests&amp;test=fast%2Fcss-grid-layout%2Fgrid-item-display.html


DIFF:
--- /Volumes/Data/worker/Apple-Tahoe-Release-AppleSilicon-WK2-Tests/build/layout-test-results/fast/css-grid-layout/grid-item-display-expected.txt
+++ /Volumes/Data/worker/Apple-Tahoe-Release-AppleSilicon-WK2-Tests/build/layout-test-results/fast/css-grid-layout/grid-item-display-actual.txt
@@ -1,47 +1,8 @@
 This test checks that the grid items&apos; &apos;display&apos; computed value matches the specification. It also checks that the grid items are placed in the right grid area.
 
-PASS
-PASS
-PASS
-PASS
-PASS
-PASS
-PASS
-PASS
-PASS
-PASS
-PASS
-PASS
-PASS
-PASS
-PASS
-PASS
 
-PASS
-PASS
+object
 
-PASS
 
-PASS
-object
-PASS
 
-PASS
 
-PASS
-
-PASS
-
-PASS
-
-PASS
-
-PASS
-
-PASS
-
-PASS
-
-PASS
-PASS
-PASS
 


DIFF URL:
https://build.webkit.org/results/Apple-Tahoe-Release-AppleSilicon-WK2-Tests/306658@main%20(1401)/fast/css-grid-layout/grid-item-display-pretty-diff.html


REPRODUCTION: 
Reproduced on macOS Tahoe Tot with the following:

run-webkit-tests --release --force --no-retry --iterations 100 ifast/css-grid-layout/grid-item-display.html 

I am going to mark expectations as pass fail while this pends investigation.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>2177366</commentid>
    <comment_count>1</comment_count>
    <who name="Radar WebKit Bug Importer">webkit-bug-importer</who>
    <bug_when>2026-02-02 18:04:57 -0800</bug_when>
    <thetext>&lt;rdar://problem/169492659&gt;</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>2177369</commentid>
    <comment_count>2</comment_count>
    <who name="Diego De La Toba">d_delatoba</who>
    <bug_when>2026-02-02 18:09:53 -0800</bug_when>
    <thetext>Pull request: https://github.com/WebKit/WebKit/pull/57743</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>2177372</commentid>
    <comment_count>3</comment_count>
    <who name="EWS">ews-feeder</who>
    <bug_when>2026-02-02 18:14:42 -0800</bug_when>
    <thetext>Test gardening commit 306671@main (e37df12c4478): &lt;https://commits.webkit.org/306671@main&gt;

Reviewed commits have been landed. Closing PR #57743 and removing active labels.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>2177377</commentid>
    <comment_count>4</comment_count>
    <who name="Diego De La Toba">d_delatoba</who>
    <bug_when>2026-02-02 18:31:17 -0800</bug_when>
    <thetext>This is a potential test race condition between the &lt;body onload=&quot;checkLayout(&apos;.grid &gt; *&apos;)&quot;&gt; event handler and the test runner determining the test is complete and dumping the output. This is why &quot;object&quot; is shown in the output sometimes.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>2177378</commentid>
    <comment_count>5</comment_count>
    <who name="Diego De La Toba">d_delatoba</who>
    <bug_when>2026-02-02 18:37:28 -0800</bug_when>
    <thetext>Pull request: https://github.com/WebKit/WebKit/pull/57746</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>2177380</commentid>
    <comment_count>6</comment_count>
    <who name="Diego De La Toba">d_delatoba</who>
    <bug_when>2026-02-02 18:39:02 -0800</bug_when>
    <thetext>(In reply to Diego De La Toba from comment #5)
&gt; Pull request: https://github.com/WebKit/WebKit/pull/57746

This patch resolves the issue. Please review.</thetext>
  </long_desc>
      
      

    </bug>

</bugzilla>