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

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

Issue 756033003: Expose IA2 role for embed, object 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 688 matching lines...) Expand 10 before | Expand all | Expand 10 after
699 699
700 IN_PROC_BROWSER_TEST_F(DumpAccessibilityTreeTest, 700 IN_PROC_BROWSER_TEST_F(DumpAccessibilityTreeTest,
701 AccessibilityContenteditableDescendants) { 701 AccessibilityContenteditableDescendants) {
702 RunTest(FILE_PATH_LITERAL("contenteditable-descendants.html")); 702 RunTest(FILE_PATH_LITERAL("contenteditable-descendants.html"));
703 } 703 }
704 704
705 IN_PROC_BROWSER_TEST_F(DumpAccessibilityTreeTest, AccessibilityEm) { 705 IN_PROC_BROWSER_TEST_F(DumpAccessibilityTreeTest, AccessibilityEm) {
706 RunTest(FILE_PATH_LITERAL("em.html")); 706 RunTest(FILE_PATH_LITERAL("em.html"));
707 } 707 }
708 708
709 IN_PROC_BROWSER_TEST_F(DumpAccessibilityTreeTest, AccessibilityEmbed) {
710 RunTest(FILE_PATH_LITERAL("embed.html"));
711 }
712
709 IN_PROC_BROWSER_TEST_F(DumpAccessibilityTreeTest, AccessibilityFieldset) { 713 IN_PROC_BROWSER_TEST_F(DumpAccessibilityTreeTest, AccessibilityFieldset) {
710 RunTest(FILE_PATH_LITERAL("fieldset.html")); 714 RunTest(FILE_PATH_LITERAL("fieldset.html"));
711 } 715 }
712 716
713 IN_PROC_BROWSER_TEST_F(DumpAccessibilityTreeTest, AccessibilityFigcaption) { 717 IN_PROC_BROWSER_TEST_F(DumpAccessibilityTreeTest, AccessibilityFigcaption) {
714 RunTest(FILE_PATH_LITERAL("figcaption.html")); 718 RunTest(FILE_PATH_LITERAL("figcaption.html"));
715 } 719 }
716 720
717 IN_PROC_BROWSER_TEST_F(DumpAccessibilityTreeTest, AccessibilityFigure) { 721 IN_PROC_BROWSER_TEST_F(DumpAccessibilityTreeTest, AccessibilityFigure) {
718 RunTest(FILE_PATH_LITERAL("figure.html")); 722 RunTest(FILE_PATH_LITERAL("figure.html"));
(...skipping 369 matching lines...) Expand 10 before | Expand all | Expand 10 after
1088 1092
1089 IN_PROC_BROWSER_TEST_F(DumpAccessibilityTreeTest, AccessibilityVar) { 1093 IN_PROC_BROWSER_TEST_F(DumpAccessibilityTreeTest, AccessibilityVar) {
1090 RunTest(FILE_PATH_LITERAL("var.html")); 1094 RunTest(FILE_PATH_LITERAL("var.html"));
1091 } 1095 }
1092 1096
1093 IN_PROC_BROWSER_TEST_F(DumpAccessibilityTreeTest, AccessibilityWbr) { 1097 IN_PROC_BROWSER_TEST_F(DumpAccessibilityTreeTest, AccessibilityWbr) {
1094 RunTest(FILE_PATH_LITERAL("wbr.html")); 1098 RunTest(FILE_PATH_LITERAL("wbr.html"));
1095 } 1099 }
1096 1100
1097 } // namespace content 1101 } // namespace content
OLDNEW
« no previous file with comments | « content/browser/accessibility/browser_accessibility_win.cc ('k') | content/test/data/accessibility/embed.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698