Commit 3fa75e70 authored by Hiroki Sato's avatar Hiroki Sato Committed by Commit Bot

Remove unnecessary clang-format off in caccessibility_features_apitest.cc

Bug: None
Test: git cl format
Change-Id: I08b4db32c18a7d8dd88058f834bf66448f84b284
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2413712
Auto-Submit: Hiroki Sato <hirokisato@chromium.org>
Commit-Queue: Steven Bennetts <stevenjb@chromium.org>
Reviewed-by: default avatarSteven Bennetts <stevenjb@chromium.org>
Cr-Commit-Position: refs/heads/master@{#807925}
parent 0c432190
......@@ -188,16 +188,13 @@ IN_PROC_BROWSER_TEST_P(AccessibilityFeaturesApiTest, Get) {
// WARNING: Make sure that features which load Chrome extension are not among
// enabled_features (see |Set| test for the reason).
std::vector<std::string> enabled_features = {
// clang-format off
"cursorHighlight",
"highContrast",
"largeCursor",
"stickyKeys",
// clang-format on
};
std::vector<std::string> disabled_features = {
// clang-format off
"autoclick",
"caretHighlight",
"dockedMagnifier",
......@@ -207,7 +204,6 @@ IN_PROC_BROWSER_TEST_P(AccessibilityFeaturesApiTest, Get) {
"spokenFeedback",
"switchAccess",
"virtualKeyboard",
// clang-format on
};
ASSERT_TRUE(
......@@ -235,17 +231,14 @@ IN_PROC_BROWSER_TEST_P(AccessibilityFeaturesApiTest, Get_ComponentApp) {
// WARNING: Make sure that features which load Chrome extension are not among
// enabled_features (see |Set| test for the reason).
std::vector<std::string> enabled_features = {
// clang-format off
"cursorHighlight",
"dockedMagnifier",
"highContrast",
"largeCursor",
"stickyKeys",
// clang-format on
};
std::vector<std::string> disabled_features = {
// clang-format off
"autoclick",
"caretHighlight",
"focusHighlight",
......@@ -254,7 +247,6 @@ IN_PROC_BROWSER_TEST_P(AccessibilityFeaturesApiTest, Get_ComponentApp) {
"spokenFeedback",
"switchAccess",
"virtualKeyboard",
// clang-format on
};
ASSERT_TRUE(
......@@ -282,15 +274,12 @@ IN_PROC_BROWSER_TEST_P(AccessibilityFeaturesApiTest, Set) {
// speak, autoclick, or switch access here would break this assumption as it
// would induce loading of Chrome extension.
std::vector<std::string> enabled_features = {
// clang-format off
"caretHighlight",
"focusHighlight",
"stickyKeys",
// clang-format on
};
std::vector<std::string> disabled_features = {
// clang-format off
"autoclick",
"cursorHighlight",
"dockedMagnifier",
......@@ -301,7 +290,6 @@ IN_PROC_BROWSER_TEST_P(AccessibilityFeaturesApiTest, Set) {
"spokenFeedback",
"switchAccess",
"virtualKeyboard",
// clang-format on
};
ASSERT_TRUE(
......@@ -330,16 +318,13 @@ IN_PROC_BROWSER_TEST_F(AccessibilityFeaturesApiTest, ObserveFeatures) {
// WARNING: Make sure that features which load Chrome extension are not among
// enabled_features (see |Set| test for the reason).
std::vector<std::string> enabled_features = {
// clang-format off
"caretHighlight",
"dockedMagnifier",
"focusHighlight",
"stickyKeys",
// clang-format on
};
std::vector<std::string> disabled_features = {
// clang-format off
"autoclick",
"cursorHighlight",
"highContrast",
......@@ -349,7 +334,6 @@ IN_PROC_BROWSER_TEST_F(AccessibilityFeaturesApiTest, ObserveFeatures) {
"spokenFeedback",
"switchAccess",
"virtualKeyboard",
// clang-format on
};
ASSERT_TRUE(
......
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