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

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

Issue 2712153002: Mac accessibility: Add support for AXDOMIdentifier (Closed)
Patch Set: Revert clang-format Created 3 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 1165 matching lines...) Expand 10 before | Expand all | Expand 10 after
1176 } 1176 }
1177 1177
1178 IN_PROC_BROWSER_TEST_F(DumpAccessibilityTreeTest, AccessibilityInputUrl) { 1178 IN_PROC_BROWSER_TEST_F(DumpAccessibilityTreeTest, AccessibilityInputUrl) {
1179 RunHtmlTest(FILE_PATH_LITERAL("input-url.html")); 1179 RunHtmlTest(FILE_PATH_LITERAL("input-url.html"));
1180 } 1180 }
1181 1181
1182 IN_PROC_BROWSER_TEST_F(DumpAccessibilityTreeTest, AccessibilityInputWeek) { 1182 IN_PROC_BROWSER_TEST_F(DumpAccessibilityTreeTest, AccessibilityInputWeek) {
1183 RunHtmlTest(FILE_PATH_LITERAL("input-week.html")); 1183 RunHtmlTest(FILE_PATH_LITERAL("input-week.html"));
1184 } 1184 }
1185 1185
1186 IN_PROC_BROWSER_TEST_F(DumpAccessibilityTreeTest, AccessibilityId) {
1187 RunHtmlTest(FILE_PATH_LITERAL("id.html"));
1188 }
1189
1186 IN_PROC_BROWSER_TEST_F(DumpAccessibilityTreeTest, AccessibilityIns) { 1190 IN_PROC_BROWSER_TEST_F(DumpAccessibilityTreeTest, AccessibilityIns) {
1187 RunHtmlTest(FILE_PATH_LITERAL("ins.html")); 1191 RunHtmlTest(FILE_PATH_LITERAL("ins.html"));
1188 } 1192 }
1189 1193
1190 IN_PROC_BROWSER_TEST_F(DumpAccessibilityTreeTest, AccessibilityLabel) { 1194 IN_PROC_BROWSER_TEST_F(DumpAccessibilityTreeTest, AccessibilityLabel) {
1191 RunHtmlTest(FILE_PATH_LITERAL("label.html")); 1195 RunHtmlTest(FILE_PATH_LITERAL("label.html"));
1192 } 1196 }
1193 1197
1194 IN_PROC_BROWSER_TEST_F(DumpAccessibilityTreeTest, AccessibilityLandmark) { 1198 IN_PROC_BROWSER_TEST_F(DumpAccessibilityTreeTest, AccessibilityLandmark) {
1195 RunHtmlTest(FILE_PATH_LITERAL("landmark.html")); 1199 RunHtmlTest(FILE_PATH_LITERAL("landmark.html"));
(...skipping 253 matching lines...) Expand 10 before | Expand all | Expand 10 after
1449 // crbug.com/281952 1453 // crbug.com/281952
1450 IN_PROC_BROWSER_TEST_F(DumpAccessibilityTreeTest, DISABLED_AccessibilityVideo) { 1454 IN_PROC_BROWSER_TEST_F(DumpAccessibilityTreeTest, DISABLED_AccessibilityVideo) {
1451 RunHtmlTest(FILE_PATH_LITERAL("video.html")); 1455 RunHtmlTest(FILE_PATH_LITERAL("video.html"));
1452 } 1456 }
1453 1457
1454 IN_PROC_BROWSER_TEST_F(DumpAccessibilityTreeTest, AccessibilityWbr) { 1458 IN_PROC_BROWSER_TEST_F(DumpAccessibilityTreeTest, AccessibilityWbr) {
1455 RunHtmlTest(FILE_PATH_LITERAL("wbr.html")); 1459 RunHtmlTest(FILE_PATH_LITERAL("wbr.html"));
1456 } 1460 }
1457 1461
1458 } // namespace content 1462 } // namespace content
OLDNEW
« no previous file with comments | « content/browser/accessibility/browser_accessibility_cocoa.mm ('k') | content/test/data/accessibility/html/id.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698