Commit ad468a48 authored by Xida Chen's avatar Xida Chen Committed by Commit Bot

Disable ScrollBubblingFromOOPIFWithBodyOverflowHidden

The previous CL that tried to disable this forgot to put MAYBE_ prefix,
this CL does it.

TBR=clamy@chromium.org
NOTRY=true

Bug: 836200
Change-Id: Iaa946acf3631f61cbc30e6f4a14f6aa0fce9ca76
Reviewed-on: https://chromium-review.googlesource.com/1025966Reviewed-by: default avatarXida Chen <xidachen@chromium.org>
Commit-Queue: Xida Chen <xidachen@chromium.org>
Cr-Commit-Position: refs/heads/master@{#553110}
parent cf516c7a
......@@ -1646,7 +1646,7 @@ IN_PROC_BROWSER_TEST_F(SitePerProcessBrowserTest,
// Tests that scrolling bubbles from an oopif if its source body has
// "overflow:hidden" style.
IN_PROC_BROWSER_TEST_F(SitePerProcessBrowserTest,
ScrollBubblingFromOOPIFWithBodyOverflowHidden) {
MAYBE_ScrollBubblingFromOOPIFWithBodyOverflowHidden) {
GURL url_domain_a(embedded_test_server()->GetURL(
"a.com", "/scrollable_page_with_iframe.html"));
EXPECT_TRUE(NavigateToURL(shell(), url_domain_a));
......
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