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

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

Issue 956803003: Update test result after crrev.com/914233002 (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 10 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 | content/test/data/accessibility/html/table-spans.html » ('j') | 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 1114 matching lines...) Expand 10 before | Expand all | Expand 10 after
1125 IN_PROC_BROWSER_TEST_F(DumpAccessibilityTreeTest, 1125 IN_PROC_BROWSER_TEST_F(DumpAccessibilityTreeTest,
1126 AccessibilityTableThRowHeader) { 1126 AccessibilityTableThRowHeader) {
1127 RunHtmlTest(FILE_PATH_LITERAL("table-th-rowheader.html")); 1127 RunHtmlTest(FILE_PATH_LITERAL("table-th-rowheader.html"));
1128 } 1128 }
1129 1129
1130 IN_PROC_BROWSER_TEST_F(DumpAccessibilityTreeTest, 1130 IN_PROC_BROWSER_TEST_F(DumpAccessibilityTreeTest,
1131 AccessibilityTableTbodyTfoot) { 1131 AccessibilityTableTbodyTfoot) {
1132 RunHtmlTest(FILE_PATH_LITERAL("table-thead-tbody-tfoot.html")); 1132 RunHtmlTest(FILE_PATH_LITERAL("table-thead-tbody-tfoot.html"));
1133 } 1133 }
1134 1134
1135 // crbug.com/457687 will correct ColumnIndexRange 1135 IN_PROC_BROWSER_TEST_F(DumpAccessibilityTreeTest, AccessibilityTableSpans) {
1136 // Rebaseline after Blink's change goes in
1137 IN_PROC_BROWSER_TEST_F(DumpAccessibilityTreeTest,
1138 DISABLED_AccessibilityTableSpans) {
1139 RunHtmlTest(FILE_PATH_LITERAL("table-spans.html")); 1136 RunHtmlTest(FILE_PATH_LITERAL("table-spans.html"));
1140 } 1137 }
1141 1138
1142 IN_PROC_BROWSER_TEST_F(DumpAccessibilityTreeTest, AccessibilityTextArea) { 1139 IN_PROC_BROWSER_TEST_F(DumpAccessibilityTreeTest, AccessibilityTextArea) {
1143 RunHtmlTest(FILE_PATH_LITERAL("textarea.html")); 1140 RunHtmlTest(FILE_PATH_LITERAL("textarea.html"));
1144 } 1141 }
1145 1142
1146 IN_PROC_BROWSER_TEST_F(DumpAccessibilityTreeTest, AccessibilityTime) { 1143 IN_PROC_BROWSER_TEST_F(DumpAccessibilityTreeTest, AccessibilityTime) {
1147 RunHtmlTest(FILE_PATH_LITERAL("time.html")); 1144 RunHtmlTest(FILE_PATH_LITERAL("time.html"));
1148 } 1145 }
(...skipping 17 matching lines...) Expand all
1166 // crbug.com/281952 1163 // crbug.com/281952
1167 IN_PROC_BROWSER_TEST_F(DumpAccessibilityTreeTest, DISABLED_AccessibilityVideo) { 1164 IN_PROC_BROWSER_TEST_F(DumpAccessibilityTreeTest, DISABLED_AccessibilityVideo) {
1168 RunHtmlTest(FILE_PATH_LITERAL("video.html")); 1165 RunHtmlTest(FILE_PATH_LITERAL("video.html"));
1169 } 1166 }
1170 1167
1171 IN_PROC_BROWSER_TEST_F(DumpAccessibilityTreeTest, AccessibilityWbr) { 1168 IN_PROC_BROWSER_TEST_F(DumpAccessibilityTreeTest, AccessibilityWbr) {
1172 RunHtmlTest(FILE_PATH_LITERAL("wbr.html")); 1169 RunHtmlTest(FILE_PATH_LITERAL("wbr.html"));
1173 } 1170 }
1174 1171
1175 } // namespace content 1172 } // namespace content
OLDNEW
« no previous file with comments | « no previous file | content/test/data/accessibility/html/table-spans.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698