<?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>284096</bug_id>
          
          <creation_ts>2024-12-05 00:31:17 -0800</creation_ts>
          <short_desc>REGRESSION (286687@main): [ iOS ] WPT test scroll-animations/css/scroll-timeline-responsiveness-from-endpoint.html is a failure.</short_desc>
          <delta_ts>2025-04-28 08:30:14 -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>Scrolling</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="Ben Schwartz">ben_schwartz</reporter>
          <assigned_to name="Nobody">webkit-unassigned</assigned_to>
          <cc>graouts</cc>
    
    <cc>simon.fraser</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>2079334</commentid>
    <comment_count>0</comment_count>
    <who name="Ben Schwartz">ben_schwartz</who>
    <bug_when>2024-12-05 00:31:17 -0800</bug_when>
    <thetext>imported/w3c/web-platform-tests/scroll-animations/css/scroll-timeline-responsiveness-from-endpoint.html

This test is consistently failing on iOS 18.

HISTORY:

None, as we don&apos;t currently run automated iOS 18 correctness tests in CI.

TEXT DIFF:

-PASS Test that the scroll animation is still responsive after moving from 100%
+FAIL Test that the scroll animation is still responsive after moving from 100% assert_equals: Width after reset to scroll top expected &quot;100px&quot; but got &quot;200px&quot;

REGRESSION:

It appears this regressed with the changes at 286687@main.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>2079335</commentid>
    <comment_count>1</comment_count>
    <who name="Radar WebKit Bug Importer">webkit-bug-importer</who>
    <bug_when>2024-12-05 00:31:26 -0800</bug_when>
    <thetext>&lt;rdar://problem/140963948&gt;</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>2079337</commentid>
    <comment_count>2</comment_count>
    <who name="EWS">ews-feeder</who>
    <bug_when>2024-12-05 00:45:33 -0800</bug_when>
    <thetext>Test gardening commit 287387@main (9d6b134a5747): &lt;https://commits.webkit.org/287387@main&gt;

Reviewed commits have been landed. Closing PR #37484 and removing active labels.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>2079586</commentid>
    <comment_count>3</comment_count>
    <who name="Ben Schwartz">ben_schwartz</who>
    <bug_when>2024-12-05 23:19:35 -0800</bug_when>
    <thetext>This test too: imported/w3c/web-platform-tests/scroll-animations/view-timelines/fieldset-source.html</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>2079587</commentid>
    <comment_count>4</comment_count>
    <who name="Ben Schwartz">ben_schwartz</who>
    <bug_when>2024-12-05 23:25:04 -0800</bug_when>
    <thetext>^ that test is constantly failing on iOS 17 and 18.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>2079592</commentid>
    <comment_count>5</comment_count>
    <who name="EWS">ews-feeder</who>
    <bug_when>2024-12-06 00:04:10 -0800</bug_when>
    <thetext>Test gardening commit 287434@main (52d16c972a16): &lt;https://commits.webkit.org/287434@main&gt;

Reviewed commits have been landed. Closing PR #37534 and removing active labels.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>2112873</commentid>
    <comment_count>6</comment_count>
    <who name="Antoine Quint">graouts</who>
    <bug_when>2025-04-24 06:27:44 -0700</bug_when>
    <thetext>As it turns out scroll-animations/view-timelines/fieldset-source.html is simply completely broken. Fixing it will remove the iOS failures.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>2113528</commentid>
    <comment_count>7</comment_count>
    <who name="Antoine Quint">graouts</who>
    <bug_when>2025-04-28 07:23:19 -0700</bug_when>
    <thetext>For `scroll-animations/css/scroll-timeline-responsiveness-from-endpoint.html`, the flaky assertion is the final assertion. Adding another call to `await waitForNextFrame()` prior to it makes the test run reliably.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>2113549</commentid>
    <comment_count>8</comment_count>
    <who name="Antoine Quint">graouts</who>
    <bug_when>2025-04-28 08:14:42 -0700</bug_when>
    <thetext>Let&apos;s have this bug cover scroll-animations/css/scroll-timeline-responsiveness-from-endpoint.html only, as it was originally. I&apos;ve filed bug 292191 for imported/w3c/web-platform-tests/scroll-animations/view-timelines/fieldset-source.html.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>2113555</commentid>
    <comment_count>9</comment_count>
    <who name="Antoine Quint">graouts</who>
    <bug_when>2025-04-28 08:30:14 -0700</bug_when>
    <thetext>Having talked with Simon Fraser about this, this is expected with our current scrolling architecture. Moving this out to the Scrolling component then.</thetext>
  </long_desc>
      
      

    </bug>

</bugzilla>