Commit bcb5a4ce authored by Marc Treib's avatar Marc Treib Committed by Commit Bot

Disable SitePerProcessHitTestBrowserTest.TouchpadPinchOverOOPIF/1 and /2

TBR=kenrb@chromium.org

Bug: 853761
Change-Id: I75eb2a580cc263a4dd4b6d3a0254fbadad8ec08e
Reviewed-on: https://chromium-review.googlesource.com/1104657
Commit-Queue: Marc Treib <treib@chromium.org>
Reviewed-by: default avatarMarc Treib <treib@chromium.org>
Cr-Commit-Position: refs/heads/master@{#568042}
parent 4afd9c77
...@@ -3463,6 +3463,12 @@ class TestPageScaleObserver : public WebContentsObserver { ...@@ -3463,6 +3463,12 @@ class TestPageScaleObserver : public WebContentsObserver {
// the main frame (given that the child did not consume the wheel). // the main frame (given that the child did not consume the wheel).
IN_PROC_BROWSER_TEST_P(SitePerProcessHitTestBrowserTest, IN_PROC_BROWSER_TEST_P(SitePerProcessHitTestBrowserTest,
TouchpadPinchOverOOPIF) { TouchpadPinchOverOOPIF) {
// TODO(crbug.com/853761): Flaky with viz hit testing
if (features::IsVizHitTestingEnabled()) {
LOG(INFO) << "Skipping test due to https://crbug.com/853761";
return;
}
GURL main_url(embedded_test_server()->GetURL( GURL main_url(embedded_test_server()->GetURL(
"/frame_tree/page_with_positioned_frame.html")); "/frame_tree/page_with_positioned_frame.html"));
EXPECT_TRUE(NavigateToURL(shell(), main_url)); EXPECT_TRUE(NavigateToURL(shell(), main_url));
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment