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

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

Issue 871193007: Disable AccessibilityAriaGrabbed due to flakiness (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: 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
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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) { 265 IN_PROC_BROWSER_TEST_F(DumpAccessibilityTreeTest,
266 DISABLED_AccessibilityAriaGrabbed) {
266 RunAriaTest(FILE_PATH_LITERAL("aria-grabbed.html")); 267 RunAriaTest(FILE_PATH_LITERAL("aria-grabbed.html"));
267 } 268 }
268 269
269 IN_PROC_BROWSER_TEST_F(DumpAccessibilityTreeTest, AccessibilityAriaImg) { 270 IN_PROC_BROWSER_TEST_F(DumpAccessibilityTreeTest, AccessibilityAriaImg) {
270 RunAriaTest(FILE_PATH_LITERAL("aria-img.html")); 271 RunAriaTest(FILE_PATH_LITERAL("aria-img.html"));
271 } 272 }
272 273
273 IN_PROC_BROWSER_TEST_F(DumpAccessibilityTreeTest, AccessibilityAriaInvalid) { 274 IN_PROC_BROWSER_TEST_F(DumpAccessibilityTreeTest, AccessibilityAriaInvalid) {
274 RunAriaTest(FILE_PATH_LITERAL("aria-invalid.html")); 275 RunAriaTest(FILE_PATH_LITERAL("aria-invalid.html"));
275 } 276 }
(...skipping 835 matching lines...) Expand 10 before | Expand all | Expand 10 after
1111 // crbug.com/281952 1112 // crbug.com/281952
1112 IN_PROC_BROWSER_TEST_F(DumpAccessibilityTreeTest, DISABLED_AccessibilityVideo) { 1113 IN_PROC_BROWSER_TEST_F(DumpAccessibilityTreeTest, DISABLED_AccessibilityVideo) {
1113 RunHtmlTest(FILE_PATH_LITERAL("video.html")); 1114 RunHtmlTest(FILE_PATH_LITERAL("video.html"));
1114 } 1115 }
1115 1116
1116 IN_PROC_BROWSER_TEST_F(DumpAccessibilityTreeTest, AccessibilityWbr) { 1117 IN_PROC_BROWSER_TEST_F(DumpAccessibilityTreeTest, AccessibilityWbr) {
1117 RunHtmlTest(FILE_PATH_LITERAL("wbr.html")); 1118 RunHtmlTest(FILE_PATH_LITERAL("wbr.html"));
1118 } 1119 }
1119 1120
1120 } // namespace content 1121 } // namespace content
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698