#include "build/build_config.h"
#include "build/chromeos_buildflags.h"
#include "chrome/browser/ui/browser.h"
#include "chrome/browser/ui/fullscreen_keyboard_browsertest_base.h"
#include "chrome/test/base/in_process_browser_test.h"
#include "content/public/test/browser_test.h"
#include "ui/events/keycodes/keyboard_codes.h"
#if BUILDFLAG(IS_MAC)
#include "base/mac/mac_util.h"
#endif
BrowserCommandControllerInteractiveTest;
#if BUILDFLAG(IS_MAC)
#define MAYBE_ShortcutsShouldTakeEffectInWindowMode …
#else
#define MAYBE_ShortcutsShouldTakeEffectInWindowMode …
#endif
IN_PROC_BROWSER_TEST_F(BrowserCommandControllerInteractiveTest,
MAYBE_ShortcutsShouldTakeEffectInWindowMode) { … }
IN_PROC_BROWSER_TEST_F(BrowserCommandControllerInteractiveTest,
UnpreservedShortcutsShouldBePreventable) { … }
#if BUILDFLAG(IS_MAC)
#define MAYBE_KeyEventsShouldBeConsumedByWebPageInBrowserFullscreen …
#else
#define MAYBE_KeyEventsShouldBeConsumedByWebPageInBrowserFullscreen …
#endif
IN_PROC_BROWSER_TEST_F(
BrowserCommandControllerInteractiveTest,
MAYBE_KeyEventsShouldBeConsumedByWebPageInBrowserFullscreen) { … }
#if BUILDFLAG(IS_MAC)
#define MAYBE_KeyEventsShouldBeConsumedByWebPageInJsFullscreenExceptForEsc …
#else
#define MAYBE_KeyEventsShouldBeConsumedByWebPageInJsFullscreenExceptForEsc …
#endif
IN_PROC_BROWSER_TEST_F(
BrowserCommandControllerInteractiveTest,
MAYBE_KeyEventsShouldBeConsumedByWebPageInJsFullscreenExceptForEsc) { … }
#if BUILDFLAG(IS_MAC)
#define MAYBE_KeyEventsShouldBeConsumedByWebPageInJsFullscreenExceptForF11 …
#else
#define MAYBE_KeyEventsShouldBeConsumedByWebPageInJsFullscreenExceptForF11 …
#endif
IN_PROC_BROWSER_TEST_F(
BrowserCommandControllerInteractiveTest,
MAYBE_KeyEventsShouldBeConsumedByWebPageInJsFullscreenExceptForF11) { … }
#if BUILDFLAG(IS_MAC) || BUILDFLAG(IS_LINUX)
#define MAYBE_ShortcutsShouldTakeEffectInBrowserFullscreen …
#else
#define MAYBE_ShortcutsShouldTakeEffectInBrowserFullscreen …
#endif
IN_PROC_BROWSER_TEST_F(BrowserCommandControllerInteractiveTest,
MAYBE_ShortcutsShouldTakeEffectInBrowserFullscreen) { … }
#if !BUILDFLAG(IS_MAC)
#if BUILDFLAG(IS_CHROMEOS_ASH)
#define MAYBE_ShortcutsShouldTakeEffectInJsFullscreen …
#else
#define MAYBE_ShortcutsShouldTakeEffectInJsFullscreen …
#endif
IN_PROC_BROWSER_TEST_F(BrowserCommandControllerInteractiveTest,
MAYBE_ShortcutsShouldTakeEffectInJsFullscreen) { … }
#endif