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

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

Issue 652103002: Input type in radio state with menu as parent should be exposed similar to ARIA role menuitemradio (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: update expectations Created 5 years, 12 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/strings/string16.h" 10 #include "base/strings/string16.h"
(...skipping 657 matching lines...) Expand 10 before | Expand all | Expand 10 after
668 #else 668 #else
669 IN_PROC_BROWSER_TEST_F(DumpAccessibilityTreeTest, AccessibilityInputMonth) { 669 IN_PROC_BROWSER_TEST_F(DumpAccessibilityTreeTest, AccessibilityInputMonth) {
670 RunTest(FILE_PATH_LITERAL("input-month.html")); 670 RunTest(FILE_PATH_LITERAL("input-month.html"));
671 } 671 }
672 #endif 672 #endif
673 673
674 IN_PROC_BROWSER_TEST_F(DumpAccessibilityTreeTest, AccessibilityInputRadio) { 674 IN_PROC_BROWSER_TEST_F(DumpAccessibilityTreeTest, AccessibilityInputRadio) {
675 RunTest(FILE_PATH_LITERAL("input-radio.html")); 675 RunTest(FILE_PATH_LITERAL("input-radio.html"));
676 } 676 }
677 677
678 IN_PROC_BROWSER_TEST_F(DumpAccessibilityTreeTest,
679 AccessibilityInputRadioInMenu) {
680 RunTest(FILE_PATH_LITERAL("input-radio-in-menu.html"));
681 }
682
678 IN_PROC_BROWSER_TEST_F(DumpAccessibilityTreeTest, AccessibilityInputRange) { 683 IN_PROC_BROWSER_TEST_F(DumpAccessibilityTreeTest, AccessibilityInputRange) {
679 RunTest(FILE_PATH_LITERAL("input-range.html")); 684 RunTest(FILE_PATH_LITERAL("input-range.html"));
680 } 685 }
681 686
682 IN_PROC_BROWSER_TEST_F(DumpAccessibilityTreeTest, AccessibilityInputReset) { 687 IN_PROC_BROWSER_TEST_F(DumpAccessibilityTreeTest, AccessibilityInputReset) {
683 RunTest(FILE_PATH_LITERAL("input-reset.html")); 688 RunTest(FILE_PATH_LITERAL("input-reset.html"));
684 } 689 }
685 690
686 IN_PROC_BROWSER_TEST_F(DumpAccessibilityTreeTest, AccessibilityInputSearch) { 691 IN_PROC_BROWSER_TEST_F(DumpAccessibilityTreeTest, AccessibilityInputSearch) {
687 RunTest(FILE_PATH_LITERAL("input-search.html")); 692 RunTest(FILE_PATH_LITERAL("input-search.html"));
(...skipping 256 matching lines...) Expand 10 before | Expand all | Expand 10 after
944 949
945 IN_PROC_BROWSER_TEST_F(DumpAccessibilityTreeTest, AccessibilityVar) { 950 IN_PROC_BROWSER_TEST_F(DumpAccessibilityTreeTest, AccessibilityVar) {
946 RunTest(FILE_PATH_LITERAL("var.html")); 951 RunTest(FILE_PATH_LITERAL("var.html"));
947 } 952 }
948 953
949 IN_PROC_BROWSER_TEST_F(DumpAccessibilityTreeTest, AccessibilityWbr) { 954 IN_PROC_BROWSER_TEST_F(DumpAccessibilityTreeTest, AccessibilityWbr) {
950 RunTest(FILE_PATH_LITERAL("wbr.html")); 955 RunTest(FILE_PATH_LITERAL("wbr.html"));
951 } 956 }
952 957
953 } // namespace content 958 } // namespace content
OLDNEW
« no previous file with comments | « content/browser/accessibility/browser_accessibility_win.cc ('k') | content/test/data/accessibility/aria-required.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698