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

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

Issue 755173004: Support presentational iframes and make use of them in the uber frame. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Address test failures 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/strings/string16.h" 10 #include "base/strings/string16.h"
(...skipping 579 matching lines...) Expand 10 before | Expand all | Expand 10 after
590 590
591 IN_PROC_BROWSER_TEST_F(DumpAccessibilityTreeTest, AccessibilityIframe) { 591 IN_PROC_BROWSER_TEST_F(DumpAccessibilityTreeTest, AccessibilityIframe) {
592 RunTest(FILE_PATH_LITERAL("iframe.html")); 592 RunTest(FILE_PATH_LITERAL("iframe.html"));
593 } 593 }
594 594
595 IN_PROC_BROWSER_TEST_F(DumpAccessibilityTreeTest, 595 IN_PROC_BROWSER_TEST_F(DumpAccessibilityTreeTest,
596 AccessibilityIframeCoordinates) { 596 AccessibilityIframeCoordinates) {
597 RunTest(FILE_PATH_LITERAL("iframe-coordinates.html")); 597 RunTest(FILE_PATH_LITERAL("iframe-coordinates.html"));
598 } 598 }
599 599
600 IN_PROC_BROWSER_TEST_F(DumpAccessibilityTreeTest,
601 AccessibilityIframePresentational) {
602 RunTest(FILE_PATH_LITERAL("iframe-presentational.html"));
603 }
604
600 IN_PROC_BROWSER_TEST_F(DumpAccessibilityTreeTest, AccessibilityImg) { 605 IN_PROC_BROWSER_TEST_F(DumpAccessibilityTreeTest, AccessibilityImg) {
601 RunTest(FILE_PATH_LITERAL("img.html")); 606 RunTest(FILE_PATH_LITERAL("img.html"));
602 } 607 }
603 608
604 IN_PROC_BROWSER_TEST_F(DumpAccessibilityTreeTest, AccessibilityInputButton) { 609 IN_PROC_BROWSER_TEST_F(DumpAccessibilityTreeTest, AccessibilityInputButton) {
605 RunTest(FILE_PATH_LITERAL("input-button.html")); 610 RunTest(FILE_PATH_LITERAL("input-button.html"));
606 } 611 }
607 612
608 IN_PROC_BROWSER_TEST_F(DumpAccessibilityTreeTest, 613 IN_PROC_BROWSER_TEST_F(DumpAccessibilityTreeTest,
609 AccessibilityInputButtonInMenu) { 614 AccessibilityInputButtonInMenu) {
(...skipping 325 matching lines...) Expand 10 before | Expand all | Expand 10 after
935 940
936 IN_PROC_BROWSER_TEST_F(DumpAccessibilityTreeTest, AccessibilityVar) { 941 IN_PROC_BROWSER_TEST_F(DumpAccessibilityTreeTest, AccessibilityVar) {
937 RunTest(FILE_PATH_LITERAL("var.html")); 942 RunTest(FILE_PATH_LITERAL("var.html"));
938 } 943 }
939 944
940 IN_PROC_BROWSER_TEST_F(DumpAccessibilityTreeTest, AccessibilityWbr) { 945 IN_PROC_BROWSER_TEST_F(DumpAccessibilityTreeTest, AccessibilityWbr) {
941 RunTest(FILE_PATH_LITERAL("wbr.html")); 946 RunTest(FILE_PATH_LITERAL("wbr.html"));
942 } 947 }
943 948
944 } // namespace content 949 } // namespace content
OLDNEW
« no previous file with comments | « content/browser/accessibility/browser_accessibility_win.cc ('k') | content/renderer/accessibility/blink_ax_enum_conversion.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698