Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(288)

Unified Diff: chrome/browser/site_per_process_interactive_browsertest.cc

Issue 2341123002: Disable SitePerProcessInteractiveBrowserTest.FullscreenElementInSubframe. (Closed)
Patch Set: Created 4 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/site_per_process_interactive_browsertest.cc
diff --git a/chrome/browser/site_per_process_interactive_browsertest.cc b/chrome/browser/site_per_process_interactive_browsertest.cc
index 3cbea83b464c7ce83f7556c0d9c6a1a3e553ca46..2e369b36cd3c9793d212d643eb3399dccc11cd55 100644
--- a/chrome/browser/site_per_process_interactive_browsertest.cc
+++ b/chrome/browser/site_per_process_interactive_browsertest.cc
@@ -388,7 +388,7 @@ void WaitForMultipleFullscreenEvents(
// - fullscreenchange events fire in both frames.
// - fullscreen CSS is applied correctly in both frames.
IN_PROC_BROWSER_TEST_F(SitePerProcessInteractiveBrowserTest,
- FullscreenElementInSubframe) {
+ DISABLED_FullscreenElementInSubframe) {
// Start on a page with one subframe (id "child-0") that has
// "allowfullscreen" enabled.
GURL main_url(embedded_test_server()->GetURL(
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698