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

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

Issue 811413002: Disable aria-menuitemcheckbox.html and aria-menuitemradio.html (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years 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/strings/string16.h" 10 #include "base/strings/string16.h"
(...skipping 269 matching lines...) Expand 10 before | Expand all | Expand 10 after
280 } 280 }
281 281
282 IN_PROC_BROWSER_TEST_F(DumpAccessibilityTreeTest, AccessibilityAriaMenu) { 282 IN_PROC_BROWSER_TEST_F(DumpAccessibilityTreeTest, AccessibilityAriaMenu) {
283 RunTest(FILE_PATH_LITERAL("aria-menu.html")); 283 RunTest(FILE_PATH_LITERAL("aria-menu.html"));
284 } 284 }
285 285
286 IN_PROC_BROWSER_TEST_F(DumpAccessibilityTreeTest, AccessibilityAriaMenuBar) { 286 IN_PROC_BROWSER_TEST_F(DumpAccessibilityTreeTest, AccessibilityAriaMenuBar) {
287 RunTest(FILE_PATH_LITERAL("aria-menubar.html")); 287 RunTest(FILE_PATH_LITERAL("aria-menubar.html"));
288 } 288 }
289 289
290 // crbug.com/442278 will stop creating new text elements representing title.
291 // Re-baseline after the Blink change goes in
290 IN_PROC_BROWSER_TEST_F(DumpAccessibilityTreeTest, 292 IN_PROC_BROWSER_TEST_F(DumpAccessibilityTreeTest,
291 AccessibilityAriaMenuItemCheckBox) { 293 DISABLED_AccessibilityAriaMenuItemCheckBox) {
292 RunTest(FILE_PATH_LITERAL("aria-menuitemcheckbox.html")); 294 RunTest(FILE_PATH_LITERAL("aria-menuitemcheckbox.html"));
293 } 295 }
294 296
297 // crbug.com/442278 will stop creating new text elements representing title.
298 // Re-baseline after the Blink change goes in
295 IN_PROC_BROWSER_TEST_F(DumpAccessibilityTreeTest, 299 IN_PROC_BROWSER_TEST_F(DumpAccessibilityTreeTest,
296 AccessibilityAriaMenuItemRadio) { 300 DISABLED_AccessibilityAriaMenuItemRadio) {
297 RunTest(FILE_PATH_LITERAL("aria-menuitemradio.html")); 301 RunTest(FILE_PATH_LITERAL("aria-menuitemradio.html"));
298 } 302 }
299 303
300 IN_PROC_BROWSER_TEST_F(DumpAccessibilityTreeTest, 304 IN_PROC_BROWSER_TEST_F(DumpAccessibilityTreeTest,
301 AccessibilityAriaMultiline) { 305 AccessibilityAriaMultiline) {
302 RunTest(FILE_PATH_LITERAL("aria-multiline.html")); 306 RunTest(FILE_PATH_LITERAL("aria-multiline.html"));
303 } 307 }
304 308
305 IN_PROC_BROWSER_TEST_F(DumpAccessibilityTreeTest, 309 IN_PROC_BROWSER_TEST_F(DumpAccessibilityTreeTest,
306 AccessibilityAriaMultiselectable) { 310 AccessibilityAriaMultiselectable) {
(...skipping 628 matching lines...) Expand 10 before | Expand all | Expand 10 after
935 939
936 IN_PROC_BROWSER_TEST_F(DumpAccessibilityTreeTest, AccessibilityVar) { 940 IN_PROC_BROWSER_TEST_F(DumpAccessibilityTreeTest, AccessibilityVar) {
937 RunTest(FILE_PATH_LITERAL("var.html")); 941 RunTest(FILE_PATH_LITERAL("var.html"));
938 } 942 }
939 943
940 IN_PROC_BROWSER_TEST_F(DumpAccessibilityTreeTest, AccessibilityWbr) { 944 IN_PROC_BROWSER_TEST_F(DumpAccessibilityTreeTest, AccessibilityWbr) {
941 RunTest(FILE_PATH_LITERAL("wbr.html")); 945 RunTest(FILE_PATH_LITERAL("wbr.html"));
942 } 946 }
943 947
944 } // namespace content 948 } // 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