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

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

Issue 1136003002: Disables AccessibilityInputTime temporarily. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 7 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 883 matching lines...) Expand 10 before | Expand all | Expand 10 after
894 894
895 IN_PROC_BROWSER_TEST_F(DumpAccessibilityTreeTest, 895 IN_PROC_BROWSER_TEST_F(DumpAccessibilityTreeTest,
896 AccessibilityInputTextNameCalc) { 896 AccessibilityInputTextNameCalc) {
897 RunHtmlTest(FILE_PATH_LITERAL("input-text-name-calc.html")); 897 RunHtmlTest(FILE_PATH_LITERAL("input-text-name-calc.html"));
898 } 898 }
899 899
900 IN_PROC_BROWSER_TEST_F(DumpAccessibilityTreeTest, AccessibilityInputTextValue) { 900 IN_PROC_BROWSER_TEST_F(DumpAccessibilityTreeTest, AccessibilityInputTextValue) {
901 RunHtmlTest(FILE_PATH_LITERAL("input-text-value.html")); 901 RunHtmlTest(FILE_PATH_LITERAL("input-text-value.html"));
902 } 902 }
903 903
904 IN_PROC_BROWSER_TEST_F(DumpAccessibilityTreeTest, AccessibilityInputTime) { 904 IN_PROC_BROWSER_TEST_F(DumpAccessibilityTreeTest,
905 DISABLED_AccessibilityInputTime) {
905 RunHtmlTest(FILE_PATH_LITERAL("input-time.html")); 906 RunHtmlTest(FILE_PATH_LITERAL("input-time.html"));
906 } 907 }
907 908
908 // crbug.com/98976 will cause new elements to be added to the Blink a11y tree 909 // crbug.com/98976 will cause new elements to be added to the Blink a11y tree
909 // Re-baseline after the Blink change goes in 910 // Re-baseline after the Blink change goes in
910 IN_PROC_BROWSER_TEST_F(DumpAccessibilityTreeTest, 911 IN_PROC_BROWSER_TEST_F(DumpAccessibilityTreeTest,
911 DISABLED_AccessibilityInputTypes) { 912 DISABLED_AccessibilityInputTypes) {
912 RunHtmlTest(FILE_PATH_LITERAL("input-types.html")); 913 RunHtmlTest(FILE_PATH_LITERAL("input-types.html"));
913 } 914 }
914 915
(...skipping 247 matching lines...) Expand 10 before | Expand all | Expand 10 after
1162 // crbug.com/281952 1163 // crbug.com/281952
1163 IN_PROC_BROWSER_TEST_F(DumpAccessibilityTreeTest, DISABLED_AccessibilityVideo) { 1164 IN_PROC_BROWSER_TEST_F(DumpAccessibilityTreeTest, DISABLED_AccessibilityVideo) {
1164 RunHtmlTest(FILE_PATH_LITERAL("video.html")); 1165 RunHtmlTest(FILE_PATH_LITERAL("video.html"));
1165 } 1166 }
1166 1167
1167 IN_PROC_BROWSER_TEST_F(DumpAccessibilityTreeTest, AccessibilityWbr) { 1168 IN_PROC_BROWSER_TEST_F(DumpAccessibilityTreeTest, AccessibilityWbr) {
1168 RunHtmlTest(FILE_PATH_LITERAL("wbr.html")); 1169 RunHtmlTest(FILE_PATH_LITERAL("wbr.html"));
1169 } 1170 }
1170 1171
1171 } // namespace content 1172 } // 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