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

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

Issue 750933002: Modifying AX test for html select element (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
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/files/file_util.h" 10 #include "base/files/file_util.h"
(...skipping 1005 matching lines...) Expand 10 before | Expand all | Expand 10 after
1016 } 1016 }
1017 1017
1018 IN_PROC_BROWSER_TEST_F(DumpAccessibilityTreeTest, AccessibilitySamp) { 1018 IN_PROC_BROWSER_TEST_F(DumpAccessibilityTreeTest, AccessibilitySamp) {
1019 RunTest(FILE_PATH_LITERAL("samp.html")); 1019 RunTest(FILE_PATH_LITERAL("samp.html"));
1020 } 1020 }
1021 1021
1022 IN_PROC_BROWSER_TEST_F(DumpAccessibilityTreeTest, AccessibilitySection) { 1022 IN_PROC_BROWSER_TEST_F(DumpAccessibilityTreeTest, AccessibilitySection) {
1023 RunTest(FILE_PATH_LITERAL("section.html")); 1023 RunTest(FILE_PATH_LITERAL("section.html"));
1024 } 1024 }
1025 1025
1026 IN_PROC_BROWSER_TEST_F(DumpAccessibilityTreeTest, 1026 IN_PROC_BROWSER_TEST_F(DumpAccessibilityTreeTest, AccessibilitySelect) {
1027 DISABLED_AccessibilitySelect) {
1028 RunTest(FILE_PATH_LITERAL("select.html")); 1027 RunTest(FILE_PATH_LITERAL("select.html"));
1029 } 1028 }
1030 1029
1031 IN_PROC_BROWSER_TEST_F(DumpAccessibilityTreeTest, AccessibilitySource) { 1030 IN_PROC_BROWSER_TEST_F(DumpAccessibilityTreeTest, AccessibilitySource) {
1032 RunTest(FILE_PATH_LITERAL("source.html")); 1031 RunTest(FILE_PATH_LITERAL("source.html"));
1033 } 1032 }
1034 1033
1035 IN_PROC_BROWSER_TEST_F(DumpAccessibilityTreeTest, AccessibilitySpan) { 1034 IN_PROC_BROWSER_TEST_F(DumpAccessibilityTreeTest, AccessibilitySpan) {
1036 RunTest(FILE_PATH_LITERAL("span.html")); 1035 RunTest(FILE_PATH_LITERAL("span.html"));
1037 } 1036 }
(...skipping 54 matching lines...) Expand 10 before | Expand all | Expand 10 after
1092 1091
1093 IN_PROC_BROWSER_TEST_F(DumpAccessibilityTreeTest, AccessibilityVar) { 1092 IN_PROC_BROWSER_TEST_F(DumpAccessibilityTreeTest, AccessibilityVar) {
1094 RunTest(FILE_PATH_LITERAL("var.html")); 1093 RunTest(FILE_PATH_LITERAL("var.html"));
1095 } 1094 }
1096 1095
1097 IN_PROC_BROWSER_TEST_F(DumpAccessibilityTreeTest, AccessibilityWbr) { 1096 IN_PROC_BROWSER_TEST_F(DumpAccessibilityTreeTest, AccessibilityWbr) {
1098 RunTest(FILE_PATH_LITERAL("wbr.html")); 1097 RunTest(FILE_PATH_LITERAL("wbr.html"));
1099 } 1098 }
1100 1099
1101 } // namespace content 1100 } // namespace content
OLDNEW
« no previous file with comments | « no previous file | content/test/data/accessibility/select.html » ('j') | content/test/data/accessibility/select.html » ('J')

Powered by Google App Engine
This is Rietveld 408576698