New issue
Advanced search Search tips

Issue 813985 link

Starred by 2 users

Issue metadata

Status: Assigned
Owner:
EstimatedDays: ----
NextAction: ----
OS: ----
Pri: 3
Type: Bug



Sign in to add a comment

TouchAccessibilityBrowserTest.TouchExplorationInCrossSiteIframe Has Hidden Race

Project Member Reported by jonr...@chromium.org, Feb 20 2018

Issue description

Currently TouchAccessibilityBrowserTest.TouchExplorationInCrossSiteIframe is using browser_test_utils::WaitForChildFrameSurfaceReady to block until a surface has submitted.

However it is not actually providing the test api with a RenderWidgetHostViewChildFrame. Currently this test api just silently exits, having performed no wait.

This means the rest of the test is racing against the actual surface activation.

A CL I have up confirms this with a CHECK: https://chromium-review.googlesource.com/c/chromium/src/+/926571

dmazzoni@ as you wrote the test could you take a look? If you have questions about frame/activation waiting I've done a lot there recently.
 
Status: Assigned (was: Untriaged)
This bug has an owner, thus, it's been triaged. Changing status to "assigned".

Sign in to add a comment