Chromium Code Reviews
        
  DescriptionFix TouchExplorationInCrossSiteIframe flakiness with OOPIFs enabled
TouchAccessibilityBrowserTest.TouchExplorationInCrossSiteIframe sends
a touch event to a cross-origin iframe. When OOPIFs are enabled, this
relies on the browser hit testing path for the event to reach the
correct RenderWidgetHostView. There is currently flakiness because
sometimes the browser process has not received enough compositor frames
for that hit testing to work.
This patch uses SurfaceHitTestReadyNotifier to delay the event until
hit testing will succeed.
BUG=706163
Review-Url: https://codereview.chromium.org/2785793002
Cr-Commit-Position: refs/heads/master@{#460551}
Committed: https://chromium.googlesource.com/chromium/src/+/37401561f9eaf8e8921e3ac4680067dc19ad5d54
   
  Patch Set 1 #
 Messages
    Total messages: 13 (8 generated)
     
  
  
       | 
    |||||||||||||||||||