<?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>148408</bug_id>
          
          <creation_ts>2015-08-24 17:28:26 -0700</creation_ts>
          <short_desc>Some scroll snap overflow tests are flaky</short_desc>
          <delta_ts>2016-12-01 10:36:56 -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>Tools / Tests</component>
          <version>Other</version>
          <rep_platform>Unspecified</rep_platform>
          <op_sys>Unspecified</op_sys>
          <bug_status>NEW</bug_status>
          <resolution></resolution>
          
          <see_also>https://bugs.webkit.org/show_bug.cgi?id=148407</see_also>
    
    <see_also>https://bugs.webkit.org/show_bug.cgi?id=165196</see_also>
          <bug_file_loc></bug_file_loc>
          <status_whiteboard></status_whiteboard>
          <keywords></keywords>
          <priority>P2</priority>
          <bug_severity>Normal</bug_severity>
          <target_milestone>---</target_milestone>
          
          
          <everconfirmed>1</everconfirmed>
          <reporter name="Alexey Proskuryakov">ap</reporter>
          <assigned_to name="Nobody">webkit-unassigned</assigned_to>
          <cc>bdakin</cc>
    
    <cc>bfulgham</cc>
    
    <cc>simon.fraser</cc>
    
    <cc>wenson_hsieh</cc>
          

      

      

      

          <comment_sort_order>oldest_to_newest</comment_sort_order>  
          <long_desc isprivate="0" >
    <commentid>1120472</commentid>
    <comment_count>0</comment_count>
    <who name="Alexey Proskuryakov">ap</who>
    <bug_when>2015-08-24 17:28:26 -0700</bug_when>
    <thetext>Some scroll snap tests have become flaky when asynchronous. This is reproducible locally when repeating them many times, e.g. &quot;--repeat 500 -f&quot;.

tiled-drawing/scrolling/scroll-snap/scroll-snap-mandatory-borders.html
tiled-drawing/scrolling/scroll-snap/scroll-snap-mandatory-overflow.html
tiled-drawing/scrolling/scroll-snap/scroll-snap-mandatory-rotated.html
tiled-drawing/scrolling/scroll-snap/scroll-snap-mandatory-padding.html</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>1120475</commentid>
    <comment_count>1</comment_count>
    <who name="Alexey Proskuryakov">ap</who>
    <bug_when>2015-08-24 17:35:27 -0700</bug_when>
    <thetext>Also tiled-drawing/scrolling/scroll-snap/scroll-snap-iframe.html

Marked as flaky in r188899.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>1121339</commentid>
    <comment_count>2</comment_count>
    <who name="Alexey Proskuryakov">ap</who>
    <bug_when>2015-08-27 10:18:03 -0700</bug_when>
    <thetext>There is a clear opportunity for a race between the end of regular scroll and the beginning of momentum scroll.

Some potential approaches:

- tell eventSender.callAfterScrollingCompletes whether it needs to wait for momentum scroll;

- this could be automagic, because all scrolls are started via eventSender functions, and we do post the momentum scrolling events before calling eventSender.callAfterScrollingCompletes;

- or it may be possible to have an eventSender function that both finishes regular scroll and starts a momentum one, or some other higher level description of a scroll that we&apos;d use with eventSender. That way, we would keep the knowledge that there is a momentum scroll coming for longer.</thetext>
  </long_desc>
      
      

    </bug>

</bugzilla>