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

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

Issue 736023002: Add conversion rule for aria-grabbed attributes. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Update Comment Created 5 years, 10 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 244 matching lines...) Expand 10 before | Expand all | Expand 10 after
255 255
256 IN_PROC_BROWSER_TEST_F(DumpAccessibilityTreeTest, 256 IN_PROC_BROWSER_TEST_F(DumpAccessibilityTreeTest,
257 MAYBE(AccessibilityAriaFlowto)) { 257 MAYBE(AccessibilityAriaFlowto)) {
258 RunAriaTest(FILE_PATH_LITERAL("aria-flowto.html")); 258 RunAriaTest(FILE_PATH_LITERAL("aria-flowto.html"));
259 } 259 }
260 260
261 IN_PROC_BROWSER_TEST_F(DumpAccessibilityTreeTest, AccessibilityAriaForm) { 261 IN_PROC_BROWSER_TEST_F(DumpAccessibilityTreeTest, AccessibilityAriaForm) {
262 RunAriaTest(FILE_PATH_LITERAL("aria-form.html")); 262 RunAriaTest(FILE_PATH_LITERAL("aria-form.html"));
263 } 263 }
264 264
265 IN_PROC_BROWSER_TEST_F(DumpAccessibilityTreeTest, AccessibilityAriaGrabbed) {
266 RunAriaTest(FILE_PATH_LITERAL("aria-grabbed.html"));
267 }
268
265 IN_PROC_BROWSER_TEST_F(DumpAccessibilityTreeTest, AccessibilityAriaImg) { 269 IN_PROC_BROWSER_TEST_F(DumpAccessibilityTreeTest, AccessibilityAriaImg) {
266 RunAriaTest(FILE_PATH_LITERAL("aria-img.html")); 270 RunAriaTest(FILE_PATH_LITERAL("aria-img.html"));
267 } 271 }
268 272
269 IN_PROC_BROWSER_TEST_F(DumpAccessibilityTreeTest, AccessibilityAriaInvalid) { 273 IN_PROC_BROWSER_TEST_F(DumpAccessibilityTreeTest, AccessibilityAriaInvalid) {
270 RunAriaTest(FILE_PATH_LITERAL("aria-invalid.html")); 274 RunAriaTest(FILE_PATH_LITERAL("aria-invalid.html"));
271 } 275 }
272 276
273 IN_PROC_BROWSER_TEST_F(DumpAccessibilityTreeTest, AccessibilityAriaLabel) { 277 IN_PROC_BROWSER_TEST_F(DumpAccessibilityTreeTest, AccessibilityAriaLabel) {
274 RunAriaTest(FILE_PATH_LITERAL("aria-label.html")); 278 RunAriaTest(FILE_PATH_LITERAL("aria-label.html"));
(...skipping 827 matching lines...) Expand 10 before | Expand all | Expand 10 after
1102 // crbug.com/281952 1106 // crbug.com/281952
1103 IN_PROC_BROWSER_TEST_F(DumpAccessibilityTreeTest, DISABLED_AccessibilityVideo) { 1107 IN_PROC_BROWSER_TEST_F(DumpAccessibilityTreeTest, DISABLED_AccessibilityVideo) {
1104 RunHtmlTest(FILE_PATH_LITERAL("video.html")); 1108 RunHtmlTest(FILE_PATH_LITERAL("video.html"));
1105 } 1109 }
1106 1110
1107 IN_PROC_BROWSER_TEST_F(DumpAccessibilityTreeTest, AccessibilityWbr) { 1111 IN_PROC_BROWSER_TEST_F(DumpAccessibilityTreeTest, AccessibilityWbr) {
1108 RunHtmlTest(FILE_PATH_LITERAL("wbr.html")); 1112 RunHtmlTest(FILE_PATH_LITERAL("wbr.html"));
1109 } 1113 }
1110 1114
1111 } // namespace content 1115 } // namespace content
OLDNEW
« no previous file with comments | « content/browser/accessibility/browser_accessibility_win.cc ('k') | content/renderer/accessibility/blink_ax_tree_source.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698