<?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>243710</bug_id>
          
          <creation_ts>2022-08-08 19:41:31 -0700</creation_ts>
          <short_desc>REGRESSION (252720@main): [ iOS ] Four scrollingcoordinator/scrolling-tree/coordinated-frame tests are a consistent failure</short_desc>
          <delta_ts>2022-08-11 19:36:10 -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 Local Build</version>
          <rep_platform>Unspecified</rep_platform>
          <op_sys>Unspecified</op_sys>
          <bug_status>RESOLVED</bug_status>
          <resolution>FIXED</resolution>
          
          <see_also>https://bugs.webkit.org/show_bug.cgi?id=217802</see_also>
          <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="Karl Rackler">rackler</reporter>
          <assigned_to name="Sam Sneddon [:gsnedders]">gsnedders</assigned_to>
          <cc>gsnedders</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>1889894</commentid>
    <comment_count>0</comment_count>
    <who name="Karl Rackler">rackler</who>
    <bug_when>2022-08-08 19:41:31 -0700</bug_when>
    <thetext>Description:
scrollingcoordinator/scrolling-tree/coordinated-frame-gain-scrolling-ancestor.html
scrollingcoordinator/scrolling-tree/coordinated-frame-in-fixed.html
scrollingcoordinator/scrolling-tree/coordinated-frame-lose-scrolling-ancestor.html
scrollingcoordinator/scrolling-tree/coordinated-frame.html

The first failure I saw on the dashboard was on 7/21/2022 at 252721@main.  The four tests are failing with similar diffs.  

REPRODUCTION STEPS
I can reproduce this on 252720@main but cannot reproduce it on 252719@main or earlier.

Command: 
run-webkit-tests --ipad-simulator --model &apos;iPad (5th generation)&apos; --exit-after-n-failures 1 --exit-after-n-crashes-or-timeouts 1 --iterations 50 --no-retry scrollingcoordinator/scrolling-tree/coordinated-frame-gain-scrolling-ancestor.html

Result: 
Regressions: Unexpected text-only failures (1)
  scrollingcoordinator/scrolling-tree/coordinated-frame-gain-scrolling-ancestor.html [ Failure ]

History:
https://results.webkit.org/?suite=layout-tests&amp;suite=layout-tests&amp;suite=layout-tests&amp;suite=layout-tests&amp;test=scrollingcoordinator%2Fscrolling-tree%2Fcoordinated-frame-gain-scrolling-ancestor.html&amp;test=scrollingcoordinator%2Fscrolling-tree%2Fcoordinated-frame-in-fixed.html&amp;test=scrollingcoordinator%2Fscrolling-tree%2Fcoordinated-frame-lose-scrolling-ancestor.html&amp;test=scrollingcoordinator%2Fscrolling-tree%2Fcoordinated-frame.html&amp;limit=50000&amp;platform=ios&amp;model=iPad%20(5th%20generation)

Diff:
--- /Volumes/Data/worker/Apple-iPadOS-15-Simulator-Debug-WK2-Tests/build/layout-test-results/scrollingcoordinator/scrolling-tree/coordinated-frame-gain-scrolling-ancestor-expected.txt
+++ /Volumes/Data/worker/Apple-iPadOS-15-Simulator-Debug-WK2-Tests/build/layout-test-results/scrollingcoordinator/scrolling-tree/coordinated-frame-gain-scrolling-ancestor-actual.txt
@@ -10,6 +10,8 @@
   (layout viewport at (0,0) size 800x600)
   (min layout viewport origin (0,0))
   (max layout viewport origin (0,416))
+  (synchronous event dispatch region for event wheel
+    at (45,47) size 404x304)
   (behavior for fixed 0)
   (children 1
     (Fixed node
@@ -31,29 +33,7 @@
               (min layout viewport origin (0,0))
               (max layout viewport origin (0,120))
               (behavior for fixed 0)
-              (children 2
-                (Overflow scrolling node
-                  (scrollable area size 400 300)
-                  (contents size 400 1760)
-                  (scrollable area parameters
-                    (horizontal scroll elasticity 1)
-                    (vertical scroll elasticity 1)
-                    (horizontal scrollbar mode 0)
-                    (vertical scrollbar mode 0)
-                    (allows vertical scrolling 1))
-                  (children 1
-                    (Sticky node
-                      (anchor edges: AnchorEdgeTop AnchorEdgeBottom)
-                      (top offset 10.00)
-                      (bottom offset 10.00)
-                      (containing block rect at (0,0) size 400x1760)
-                      (sticky box rect at (0,830) size 100x100)
-                      (constraining rect at (0,0) size 400x300)
-                      (sticky offset at last layout width=0 height=-640)
-                      (layer position at last layout (0,190))
-                    )
-                  )
-                )
+              (children 1
                 (Sticky node
                   (anchor edges: AnchorEdgeTop AnchorEdgeBottom)
                   (top offset 10.00)</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>1889895</commentid>
    <comment_count>1</comment_count>
    <who name="Radar WebKit Bug Importer">webkit-bug-importer</who>
    <bug_when>2022-08-08 19:41:49 -0700</bug_when>
    <thetext>&lt;rdar://problem/98356321&gt;</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>1889897</commentid>
    <comment_count>2</comment_count>
    <who name="Karl Rackler">rackler</who>
    <bug_when>2022-08-08 19:58:00 -0700</bug_when>
    <thetext>Update description:
This affects [iOS] on model iPad (5th generation) only.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>1889899</commentid>
    <comment_count>3</comment_count>
    <who name="Karl Rackler">rackler</who>
    <bug_when>2022-08-08 19:58:55 -0700</bug_when>
    <thetext>I have marked this test as a constant failure while this issue is investigated.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>1889903</commentid>
    <comment_count>4</comment_count>
    <who name="EWS">ews-feeder</who>
    <bug_when>2022-08-08 20:05:59 -0700</bug_when>
    <thetext>Test gardening commit 253248@main (650ee1c49d6b): &lt;https://commits.webkit.org/253248@main&gt;

Reviewed commits have been landed. Closing PR #3134 and removing active labels.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>1889909</commentid>
    <comment_count>5</comment_count>
    <who name="EWS">ews-feeder</who>
    <bug_when>2022-08-08 20:22:25 -0700</bug_when>
    <thetext>Test gardening commit 253252@main (ce905cce96b7): &lt;https://commits.webkit.org/253252@main&gt;

Reviewed commits have been landed. Closing PR #3135 and removing active labels.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>1889949</commentid>
    <comment_count>6</comment_count>
    <who name="Sam Sneddon [:gsnedders]">gsnedders</who>
    <bug_when>2022-08-09 02:55:02 -0700</bug_when>
    <thetext>These tests have &lt;!-- webkit-test-runner [ AsyncOverflowScrollingEnabled=true ] --&gt;, but only within the resources/doc-with-sticky.html subresource, which never worked, but it worked because incidentally `-webkit-overflow-scrolling` was accidentally exposed regardless of settings.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>1889985</commentid>
    <comment_count>7</comment_count>
    <who name="Karl Rackler">rackler</who>
    <bug_when>2022-08-09 08:33:30 -0700</bug_when>
    <thetext>(In reply to Sam Sneddon [:gsnedders] from comment #6)
&gt; These tests have &lt;!-- webkit-test-runner [
&gt; AsyncOverflowScrollingEnabled=true ] --&gt;, but only within the
&gt; resources/doc-with-sticky.html subresource, which never worked, but it
&gt; worked because incidentally `-webkit-overflow-scrolling` was accidentally
&gt; exposed regardless of settings.

I also see test fast/scrolling/ios/overflow-scroll-inherited.html consistently failing after 252720@main. 

Diff: 
--- /Volumes/Data/worker/Apple-iPadOS-15-Simulator-Debug-WK2-Tests/build/layout-test-results/fast/scrolling/ios/overflow-scroll-inherited-expected.txt
+++ /Volumes/Data/worker/Apple-iPadOS-15-Simulator-Debug-WK2-Tests/build/layout-test-results/fast/scrolling/ios/overflow-scroll-inherited-actual.txt
@@ -1,5 +1,2 @@
-test1 -webkit-overflow-scrolling: auto
-test2 -webkit-overflow-scrolling: auto
-test3 -webkit-overflow-scrolling: auto
-test4 -webkit-overflow-scrolling: auto
+CONSOLE MESSAGE: TypeError: null is not an object (evaluating &apos;cssValue.cssText&apos;)

History:
https://results.webkit.org/?suite=layout-tests&amp;test=fast%2Fscrolling%2Fios%2Foverflow-scroll-inherited.html&amp;model=iPad%20(5th%20generation)


Would the root of this failure be the same cause, or is it a different issue?</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>1890000</commentid>
    <comment_count>8</comment_count>
    <who name="Sam Sneddon [:gsnedders]">gsnedders</who>
    <bug_when>2022-08-09 09:49:54 -0700</bug_when>
    <thetext>Pull request: https://github.com/WebKit/WebKit/pull/3152</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>1890001</commentid>
    <comment_count>9</comment_count>
    <who name="Sam Sneddon [:gsnedders]">gsnedders</who>
    <bug_when>2022-08-09 09:51:05 -0700</bug_when>
    <thetext>(In reply to Karl Rackler from comment #7)
&gt; Would the root of this failure be the same cause, or is it a different issue?

Same issue.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>1890794</commentid>
    <comment_count>10</comment_count>
    <who name="EWS">ews-feeder</who>
    <bug_when>2022-08-11 19:36:07 -0700</bug_when>
    <thetext>Committed 253361@main (c7f9e1da3dd8): &lt;https://commits.webkit.org/253361@main&gt;

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

    </bug>

</bugzilla>