Commit e18b5547 authored by alexmos's avatar alexmos Committed by Commit bot

Disable FullscreenElementInSubframe test on Windows due to being flaky.

BUG=647311
TBR=kenrb@chromium.org

Review-Url: https://codereview.chromium.org/2341683004
Cr-Commit-Position: refs/heads/master@{#418935}
parent 72ce608c
......@@ -387,8 +387,15 @@ void WaitForMultipleFullscreenEvents(
// - document.webkitFullscreenElement is correctly updated in both frames.
// - fullscreenchange events fire in both frames.
// - fullscreen CSS is applied correctly in both frames.
//
// Flaky on Windows: https://crbug.com/647311
#if defined(OS_WIN)
#define MAYBE_FullscreenElementInSubframe DISABLED_FullscreenElementInSubframe
#else
#define MAYBE_FullscreenElementInSubframe FullscreenElementInSubframe
#endif
IN_PROC_BROWSER_TEST_F(SitePerProcessInteractiveBrowserTest,
FullscreenElementInSubframe) {
MAYBE_FullscreenElementInSubframe) {
// Start on a page with one subframe (id "child-0") that has
// "allowfullscreen" enabled.
GURL main_url(embedded_test_server()->GetURL(
......
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