<?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>289556</bug_id>
          
          <creation_ts>2025-03-11 11:51:11 -0700</creation_ts>
          <short_desc>[ Sequoia wk2 Release x86_64 ] fast/events/page-visibility-transition-test.html is a flaky timeout.</short_desc>
          <delta_ts>2025-04-16 16:31:20 -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>New Bugs</component>
          <version>WebKit Nightly Build</version>
          <rep_platform>Unspecified</rep_platform>
          <op_sys>Unspecified</op_sys>
          <bug_status>RESOLVED</bug_status>
          <resolution>FIXED</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="Yasmin Karimi">y_karimi</reporter>
          <assigned_to name="Ryosuke Niwa">rniwa</assigned_to>
          <cc>rniwa</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>2102295</commentid>
    <comment_count>0</comment_count>
    <who name="Yasmin Karimi">y_karimi</who>
    <bug_when>2025-03-11 11:51:11 -0700</bug_when>
    <thetext>fast/events/page-visibility-transition-test.html 

This test is a flaky timeout on Sequoia wk2 Release on Macmini8,1 with x86_64.

HISTORY:

https://results.webkit.org/?suite=layout-tests&amp;test=fast%2Fevents%2Fpage-visibility-transition-test.html

DIFF:

@@ -1,23 +1,11 @@
+FAIL: Timed out waiting for notifyDone to be called
+
 This test checks that Page Visibility state values are correct and the event changes are fired correctly.
 
 On success, you will see a series of &quot;PASS&quot; messages, followed by &quot;TEST COMPLETE&quot;.
 
 
-PASS document.visibilityState is &quot;visible&quot;
-PASS document.hidden is false
-PASS internals.scriptedAnimationsAreSuspended is false
-PASS event.bubbles is true
-PASS document.visibilityState is &quot;hidden&quot;
-PASS document.hidden is true
-PASS internals.scriptedAnimationsAreSuspended is true
-PASS document.visibilityState is &quot;hidden&quot;
-PASS document.hidden is true
-PASS internals.scriptedAnimationsAreSuspended is true
-PASS event.bubbles is true
-PASS document.visibilityState is &quot;visible&quot;
-PASS document.hidden is false
-PASS internals.scriptedAnimationsAreSuspended is false
-PASS successfullyParsed is true
+FAIL document.visibilityState should be visible. Was hidden.
+FAIL document.hidden should be false. Was true.
+FAIL internals.scriptedAnimationsAreSuspended should be false. Was true.
 
-TEST COMPLETE
-

DIFF URL:

https://build.webkit.org/results/Apple-Sequoia-Release-WK2-Tests/291948@main%20(1900)/fast/events/page-visibility-transition-test-pretty-diff.html

REPRODUCIBILITY:

I was unable to reproduce on MacOS Sequoia 15.3.1 (24D70 / x86_64).</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>2102296</commentid>
    <comment_count>1</comment_count>
    <who name="Radar WebKit Bug Importer">webkit-bug-importer</who>
    <bug_when>2025-03-11 11:51:19 -0700</bug_when>
    <thetext>&lt;rdar://problem/146779909&gt;</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>2102300</commentid>
    <comment_count>2</comment_count>
    <who name="EWS">ews-feeder</who>
    <bug_when>2025-03-11 12:01:54 -0700</bug_when>
    <thetext>Test gardening commit 291966@main (ccfa85dddea1): &lt;https://commits.webkit.org/291966@main&gt;

Reviewed commits have been landed. Closing PR #42274 and removing active labels.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>2110109</commentid>
    <comment_count>3</comment_count>
    <who name="Ryosuke Niwa">rniwa</who>
    <bug_when>2025-04-09 22:24:16 -0700</bug_when>
    <thetext>I can reproduce this flakiness with:
./Tools/Scripts/run-webkit-tests --release --no-build --no-show-results --iterations 20 --exit-after-n-failures 1 LayoutTests/fast/events/page-visibility-*</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>2110117</commentid>
    <comment_count>4</comment_count>
    <who name="Ryosuke Niwa">rniwa</who>
    <bug_when>2025-04-09 23:10:30 -0700</bug_when>
    <thetext>Pull request: https://github.com/WebKit/WebKit/pull/43887</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>2110233</commentid>
    <comment_count>5</comment_count>
    <who name="EWS">ews-feeder</who>
    <bug_when>2025-04-10 10:07:25 -0700</bug_when>
    <thetext>Committed 293529@main (99686511ff70): &lt;https://commits.webkit.org/293529@main&gt;

Reviewed commits have been landed. Closing PR #43887 and removing active labels.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>2111398</commentid>
    <comment_count>6</comment_count>
    <who name="Ryosuke Niwa">rniwa</who>
    <bug_when>2025-04-16 16:21:40 -0700</bug_when>
    <thetext>Re-opening for pull request https://github.com/WebKit/WebKit/pull/44171</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>2111399</commentid>
    <comment_count>7</comment_count>
    <who name="EWS">ews-feeder</who>
    <bug_when>2025-04-16 16:31:18 -0700</bug_when>
    <thetext>Committed 293772@main (e87e6c066dd0): &lt;https://commits.webkit.org/293772@main&gt;

Reviewed commits have been landed. Closing PR #44171 and removing active labels.</thetext>
  </long_desc>
      
      

    </bug>

</bugzilla>