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

Unified Diff: chrome/browser/ui/webui/bookmarks_ui_browsertest.cc

Issue 582493002: Enable accessibility testing for the bookmark browser test. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Apply Feedback Created 5 years, 11 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
Index: chrome/browser/ui/webui/bookmarks_ui_browsertest.cc
diff --git a/chrome/browser/ui/webui/bookmarks_ui_browsertest.cc b/chrome/browser/ui/webui/bookmarks_ui_browsertest.cc
index c5160339ed15fd87d17cbc8fb36c2842ebd3f255..b1ec8902c7b229a46850be382889db2a5ced343b 100644
--- a/chrome/browser/ui/webui/bookmarks_ui_browsertest.cc
+++ b/chrome/browser/ui/webui/bookmarks_ui_browsertest.cc
@@ -16,7 +16,9 @@
class BookmarksTest : public InProcessBrowserTest {
public:
- BookmarksTest() {}
+ BookmarksTest() {
+ set_run_accessibility_checks(true);
+ }
void OpenBookmarksManager() {
content::TestNavigationObserver navigation_observer(
« no previous file with comments | « no previous file | chrome/test/base/in_process_browser_test.h » ('j') | chrome/test/base/in_process_browser_test.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698