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

Unified Diff: chrome/browser/ui/fullscreen/fullscreen_controller_browsertest.cc

Issue 10854215: Disable FullscreenControllerBrowserTest.BrowserFullscreenMouseLockContentSettings (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 8 years, 4 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/ui/fullscreen/fullscreen_controller_browsertest.cc
===================================================================
--- chrome/browser/ui/fullscreen/fullscreen_controller_browsertest.cc (revision 152297)
+++ chrome/browser/ui/fullscreen/fullscreen_controller_browsertest.cc (working copy)
@@ -174,17 +174,24 @@
#define MAYBE_FullscreenMouseLockContentSettings \
FullscreenMouseLockContentSettings
#endif
-
// Tests fullscreen and Mouse Lock with varying content settings ALLOW & BLOCK.
IN_PROC_BROWSER_TEST_F(FullscreenControllerBrowserTest,
MAYBE_FullscreenMouseLockContentSettings) {
TestFullscreenMouseLockContentSettings();
}
+#if defined(OS_MACOSX)
+// http://crbug.com/103912
+#define MAYBE_BrowserFullscreenMouseLockContentSettings \
+ DISABLED_BrowserFullscreenMouseLockContentSettings
+#else
+#define MAYBE_BrowserFullscreenMouseLockContentSettings \
+ BrowserFullscreenMouseLockContentSettings
+#endif
// Tests fullscreen and Mouse Lock with varying content settings ALLOW & BLOCK,
// but with the browser initiated in fullscreen mode first.
IN_PROC_BROWSER_TEST_F(FullscreenControllerBrowserTest,
- BrowserFullscreenMouseLockContentSettings) {
+ MAYBE_BrowserFullscreenMouseLockContentSettings) {
// Enter browser fullscreen first.
ASSERT_NO_FATAL_FAILURE(ToggleBrowserFullscreen(true));
TestFullscreenMouseLockContentSettings();
« 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