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

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

Issue 830383003: TableCaptionElement is not exposed to accessibility (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Updating test case result 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
« no previous file with comments | « no previous file | content/test/data/accessibility/html/caption-expected-android.txt » ('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 506 matching lines...) Expand 10 before | Expand all | Expand 10 after
517 } 517 }
518 518
519 IN_PROC_BROWSER_TEST_F(DumpAccessibilityTreeTest, AccessibilityButtonNameCalc) { 519 IN_PROC_BROWSER_TEST_F(DumpAccessibilityTreeTest, AccessibilityButtonNameCalc) {
520 RunHtmlTest(FILE_PATH_LITERAL("button-name-calc.html")); 520 RunHtmlTest(FILE_PATH_LITERAL("button-name-calc.html"));
521 } 521 }
522 522
523 IN_PROC_BROWSER_TEST_F(DumpAccessibilityTreeTest, AccessibilityCanvas) { 523 IN_PROC_BROWSER_TEST_F(DumpAccessibilityTreeTest, AccessibilityCanvas) {
524 RunHtmlTest(FILE_PATH_LITERAL("canvas.html")); 524 RunHtmlTest(FILE_PATH_LITERAL("canvas.html"));
525 } 525 }
526 526
527 IN_PROC_BROWSER_TEST_F(DumpAccessibilityTreeTest, 527 IN_PROC_BROWSER_TEST_F(DumpAccessibilityTreeTest, AccessibilityCaption) {
528 DISABLED_AccessibilityCaption) {
529 RunHtmlTest(FILE_PATH_LITERAL("caption.html")); 528 RunHtmlTest(FILE_PATH_LITERAL("caption.html"));
530 } 529 }
531 530
532 IN_PROC_BROWSER_TEST_F(DumpAccessibilityTreeTest, 531 IN_PROC_BROWSER_TEST_F(DumpAccessibilityTreeTest,
533 AccessibilityCheckboxNameCalc) { 532 AccessibilityCheckboxNameCalc) {
534 RunHtmlTest(FILE_PATH_LITERAL("checkbox-name-calc.html")); 533 RunHtmlTest(FILE_PATH_LITERAL("checkbox-name-calc.html"));
535 } 534 }
536 535
537 IN_PROC_BROWSER_TEST_F(DumpAccessibilityTreeTest, AccessibilityCite) { 536 IN_PROC_BROWSER_TEST_F(DumpAccessibilityTreeTest, AccessibilityCite) {
538 RunHtmlTest(FILE_PATH_LITERAL("cite.html")); 537 RunHtmlTest(FILE_PATH_LITERAL("cite.html"));
(...skipping 462 matching lines...) Expand 10 before | Expand all | Expand 10 after
1001 1000
1002 IN_PROC_BROWSER_TEST_F(DumpAccessibilityTreeTest, AccessibilityVar) { 1001 IN_PROC_BROWSER_TEST_F(DumpAccessibilityTreeTest, AccessibilityVar) {
1003 RunHtmlTest(FILE_PATH_LITERAL("var.html")); 1002 RunHtmlTest(FILE_PATH_LITERAL("var.html"));
1004 } 1003 }
1005 1004
1006 IN_PROC_BROWSER_TEST_F(DumpAccessibilityTreeTest, AccessibilityWbr) { 1005 IN_PROC_BROWSER_TEST_F(DumpAccessibilityTreeTest, AccessibilityWbr) {
1007 RunHtmlTest(FILE_PATH_LITERAL("wbr.html")); 1006 RunHtmlTest(FILE_PATH_LITERAL("wbr.html"));
1008 } 1007 }
1009 1008
1010 } // namespace content 1009 } // namespace content
OLDNEW
« no previous file with comments | « no previous file | content/test/data/accessibility/html/caption-expected-android.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698