#include "build/build_config.h"
#include "content/browser/web_contents/web_contents_impl.h"
#include "content/public/test/accessibility_notification_waiter.h"
#include "content/public/test/browser_test.h"
#include "content/public/test/browser_test_utils.h"
#include "content/public/test/content_browser_test.h"
#include "content/public/test/content_browser_test_utils.h"
#include "content/shell/browser/shell.h"
#include "testing/gtest/include/gtest/gtest.h"
#include "ui/accessibility/platform/browser_accessibility.h"
#include "ui/accessibility/platform/browser_accessibility_manager.h"
namespace content {
class AccessibilityLineLayoutBrowserTest : public ContentBrowserTest { … };
IN_PROC_BROWSER_TEST_F(AccessibilityLineLayoutBrowserTest,
DISABLED_WholeBlockIsUpdated) { … }
#if !BUILDFLAG(IS_ANDROID)
#if BUILDFLAG(IS_CHROMEOS)
#define MAYBE_NestedLayoutNGInlineFormattingContext …
#else
#define MAYBE_NestedLayoutNGInlineFormattingContext …
#endif
IN_PROC_BROWSER_TEST_F(AccessibilityLineLayoutBrowserTest,
MAYBE_NestedLayoutNGInlineFormattingContext) { … }
#endif
}