<?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>288913</bug_id>
          
          <creation_ts>2025-03-01 03:09:10 -0800</creation_ts>
          <short_desc>[scroll-animations] WPT test `scroll-animations/view-timelines/sticky/view-timeline-sticky-offscreen-7.html` is a failure</short_desc>
          <delta_ts>2026-02-13 07:16:27 -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>Animations</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>
          
          <blocked>307797</blocked>
          <everconfirmed>1</everconfirmed>
          <reporter name="Antoine Quint">graouts</reporter>
          <assigned_to name="Nobody">webkit-unassigned</assigned_to>
          <cc>graouts</cc>
    
    <cc>webkit-bug-importer</cc>
          

      

      

      

          <comment_sort_order>oldest_to_newest</comment_sort_order>  
          <long_desc isprivate="0" >
    <commentid>2099599</commentid>
    <comment_count>0</comment_count>
    <who name="Antoine Quint">graouts</who>
    <bug_when>2025-03-01 03:09:10 -0800</bug_when>
    <thetext>We fail several cases in the WPT test `scroll-animations/view-timelines/sticky/view-timeline-sticky-offscreen-7.html`:

```
await runTimelineRangeTest(t, {
  rangeStart: { rangeName: &apos;contain&apos;, offset: CSS.percent(0) } ,
  rangeEnd: { rangeName: &apos;contain&apos;, offset: CSS.percent(100) },
  startOffset: STATIC_START - ROOM_ABOVE + VIEWPORT_HEIGHT,
  endOffset: BIG_TARGET_STATIC_END + ROOM_BELOW - VIEWPORT_HEIGHT,
  axis: &apos;block&apos;
});

await runTimelineRangeTest(t, {
  rangeStart: { rangeName: &apos;entry&apos;, offset: CSS.percent(0) },
  rangeEnd: { rangeName: &apos;entry&apos;, offset: CSS.percent(100) },
  startOffset: STATIC_START - ROOM_ABOVE,
  endOffset: STATIC_START - ROOM_ABOVE + VIEWPORT_HEIGHT,
  axis: &apos;block&apos;
});

await runTimelineRangeTest(t, {
  rangeStart:  { rangeName: &apos;exit-crossing&apos;, offset: CSS.percent(0) },
  rangeEnd: { rangeName: &apos;exit-crossing&apos;, offset: CSS.percent(100) },
  startOffset: STATIC_START - ROOM_ABOVE + VIEWPORT_HEIGHT,
  endOffset: BIG_TARGET_STATIC_END + ROOM_BELOW,
  axis: &apos;block&apos;
});
```</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>2099914</commentid>
    <comment_count>1</comment_count>
    <who name="Antoine Quint">graouts</who>
    <bug_when>2025-03-03 10:26:46 -0800</bug_when>
    <thetext>For failing test number 1 we should operate on a [600-1050] range but operate on a [950-1050] range.

For failing test number 2 we should operate on a [100-600] range but operate on a [100-950] range.

For failing test number 3 we should operate on a [600-1550] range but operate on a [950-1550] range.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>2101637</commentid>
    <comment_count>2</comment_count>
    <who name="Radar WebKit Bug Importer">webkit-bug-importer</who>
    <bug_when>2025-03-08 03:10:18 -0800</bug_when>
    <thetext>&lt;rdar://problem/146546693&gt;</thetext>
  </long_desc>
      
      

    </bug>

</bugzilla>