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

Side by Side Diff: content/browser/accessibility/dump_accessibility_tree_browsertest.cc

Issue 1809573003: Fix support for accessible action verbs and performing the default action. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix two tests Created 4 years, 9 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 unified diff | Download patch
OLDNEW
1 // Copyright (c) 2012 The Chromium Authors. All rights reserved. 1 // Copyright (c) 2012 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be 2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file. 3 // found in the LICENSE file.
4 4
5 #include <set> 5 #include <set>
6 #include <string> 6 #include <string>
7 #include <vector> 7 #include <vector>
8 8
9 #include "base/command_line.h" 9 #include "base/command_line.h"
10 #include "base/path_service.h" 10 #include "base/path_service.h"
(...skipping 97 matching lines...) Expand 10 before | Expand all | Expand 10 after
108 }; 108 };
109 109
110 IN_PROC_BROWSER_TEST_F(DumpAccessibilityTreeTest, AccessibilityA) { 110 IN_PROC_BROWSER_TEST_F(DumpAccessibilityTreeTest, AccessibilityA) {
111 RunHtmlTest(FILE_PATH_LITERAL("a.html")); 111 RunHtmlTest(FILE_PATH_LITERAL("a.html"));
112 } 112 }
113 113
114 IN_PROC_BROWSER_TEST_F(DumpAccessibilityTreeTest, AccessibilityAbbr) { 114 IN_PROC_BROWSER_TEST_F(DumpAccessibilityTreeTest, AccessibilityAbbr) {
115 RunHtmlTest(FILE_PATH_LITERAL("abbr.html")); 115 RunHtmlTest(FILE_PATH_LITERAL("abbr.html"));
116 } 116 }
117 117
118 IN_PROC_BROWSER_TEST_F(DumpAccessibilityTreeTest, AccessibilityActionVerbs) {
119 RunHtmlTest(FILE_PATH_LITERAL("action-verbs.html"));
120 }
121
118 IN_PROC_BROWSER_TEST_F(DumpAccessibilityTreeTest, AccessibilityAddress) { 122 IN_PROC_BROWSER_TEST_F(DumpAccessibilityTreeTest, AccessibilityAddress) {
119 RunHtmlTest(FILE_PATH_LITERAL("address.html")); 123 RunHtmlTest(FILE_PATH_LITERAL("address.html"));
120 } 124 }
121 125
122 IN_PROC_BROWSER_TEST_F(DumpAccessibilityTreeTest, AccessibilityArea) { 126 IN_PROC_BROWSER_TEST_F(DumpAccessibilityTreeTest, AccessibilityArea) {
123 RunHtmlTest(FILE_PATH_LITERAL("area.html")); 127 RunHtmlTest(FILE_PATH_LITERAL("area.html"));
124 } 128 }
125 129
126 IN_PROC_BROWSER_TEST_F(DumpAccessibilityTreeTest, AccessibilityAName) { 130 IN_PROC_BROWSER_TEST_F(DumpAccessibilityTreeTest, AccessibilityAName) {
127 RunHtmlTest(FILE_PATH_LITERAL("a-name.html")); 131 RunHtmlTest(FILE_PATH_LITERAL("a-name.html"));
(...skipping 1141 matching lines...) Expand 10 before | Expand all | Expand 10 after
1269 // crbug.com/281952 1273 // crbug.com/281952
1270 IN_PROC_BROWSER_TEST_F(DumpAccessibilityTreeTest, DISABLED_AccessibilityVideo) { 1274 IN_PROC_BROWSER_TEST_F(DumpAccessibilityTreeTest, DISABLED_AccessibilityVideo) {
1271 RunHtmlTest(FILE_PATH_LITERAL("video.html")); 1275 RunHtmlTest(FILE_PATH_LITERAL("video.html"));
1272 } 1276 }
1273 1277
1274 IN_PROC_BROWSER_TEST_F(DumpAccessibilityTreeTest, AccessibilityWbr) { 1278 IN_PROC_BROWSER_TEST_F(DumpAccessibilityTreeTest, AccessibilityWbr) {
1275 RunHtmlTest(FILE_PATH_LITERAL("wbr.html")); 1279 RunHtmlTest(FILE_PATH_LITERAL("wbr.html"));
1276 } 1280 }
1277 1281
1278 } // namespace content 1282 } // namespace content
OLDNEW
« no previous file with comments | « content/browser/accessibility/browser_accessibility_win.cc ('k') | content/child/blink_platform_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698