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 806063004: Expose ARIA role status on MAC (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: adding expectations for mac and android Created 5 years, 11 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 420 matching lines...) Expand 10 before | Expand all | Expand 10 after
431 431
432 IN_PROC_BROWSER_TEST_F(DumpAccessibilityTreeTest, AccessibilityAriaSlider) { 432 IN_PROC_BROWSER_TEST_F(DumpAccessibilityTreeTest, AccessibilityAriaSlider) {
433 RunAriaTest(FILE_PATH_LITERAL("aria-slider.html")); 433 RunAriaTest(FILE_PATH_LITERAL("aria-slider.html"));
434 } 434 }
435 435
436 IN_PROC_BROWSER_TEST_F(DumpAccessibilityTreeTest, 436 IN_PROC_BROWSER_TEST_F(DumpAccessibilityTreeTest,
437 AccessibilityAriaSpinButton) { 437 AccessibilityAriaSpinButton) {
438 RunAriaTest(FILE_PATH_LITERAL("aria-spinbutton.html")); 438 RunAriaTest(FILE_PATH_LITERAL("aria-spinbutton.html"));
439 } 439 }
440 440
441 IN_PROC_BROWSER_TEST_F(DumpAccessibilityTreeTest, AccessibilityAriaStatus) {
442 RunAriaTest(FILE_PATH_LITERAL("aria-status.html"));
443 }
444
441 IN_PROC_BROWSER_TEST_F(DumpAccessibilityTreeTest, AccessibilityAriaTextbox) { 445 IN_PROC_BROWSER_TEST_F(DumpAccessibilityTreeTest, AccessibilityAriaTextbox) {
442 RunAriaTest(FILE_PATH_LITERAL("aria-textbox.html")); 446 RunAriaTest(FILE_PATH_LITERAL("aria-textbox.html"));
443 } 447 }
444 448
445 IN_PROC_BROWSER_TEST_F(DumpAccessibilityTreeTest, AccessibilityAriaTimer) { 449 IN_PROC_BROWSER_TEST_F(DumpAccessibilityTreeTest, AccessibilityAriaTimer) {
446 RunAriaTest(FILE_PATH_LITERAL("aria-timer.html")); 450 RunAriaTest(FILE_PATH_LITERAL("aria-timer.html"));
447 } 451 }
448 452
449 IN_PROC_BROWSER_TEST_F(DumpAccessibilityTreeTest, 453 IN_PROC_BROWSER_TEST_F(DumpAccessibilityTreeTest,
450 AccessibilityAriaToggleButton) { 454 AccessibilityAriaToggleButton) {
(...skipping 551 matching lines...) Expand 10 before | Expand all | Expand 10 after
1002 1006
1003 IN_PROC_BROWSER_TEST_F(DumpAccessibilityTreeTest, AccessibilityVar) { 1007 IN_PROC_BROWSER_TEST_F(DumpAccessibilityTreeTest, AccessibilityVar) {
1004 RunHtmlTest(FILE_PATH_LITERAL("var.html")); 1008 RunHtmlTest(FILE_PATH_LITERAL("var.html"));
1005 } 1009 }
1006 1010
1007 IN_PROC_BROWSER_TEST_F(DumpAccessibilityTreeTest, AccessibilityWbr) { 1011 IN_PROC_BROWSER_TEST_F(DumpAccessibilityTreeTest, AccessibilityWbr) {
1008 RunHtmlTest(FILE_PATH_LITERAL("wbr.html")); 1012 RunHtmlTest(FILE_PATH_LITERAL("wbr.html"));
1009 } 1013 }
1010 1014
1011 } // namespace content 1015 } // namespace content
OLDNEW
« no previous file with comments | « content/browser/accessibility/browser_accessibility_win.cc ('k') | content/test/data/accessibility/aria/aria-status.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698