| OLD | NEW |
| 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 868 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 879 | 879 |
| 880 IN_PROC_BROWSER_TEST_F(DumpAccessibilityTreeTest, AccessibilityIframe) { | 880 IN_PROC_BROWSER_TEST_F(DumpAccessibilityTreeTest, AccessibilityIframe) { |
| 881 RunHtmlTest(FILE_PATH_LITERAL("iframe.html")); | 881 RunHtmlTest(FILE_PATH_LITERAL("iframe.html")); |
| 882 } | 882 } |
| 883 | 883 |
| 884 IN_PROC_BROWSER_TEST_F(DumpAccessibilityTreeTest, | 884 IN_PROC_BROWSER_TEST_F(DumpAccessibilityTreeTest, |
| 885 AccessibilityIframeCrossProcess) { | 885 AccessibilityIframeCrossProcess) { |
| 886 RunHtmlTest(FILE_PATH_LITERAL("iframe-cross-process.html")); | 886 RunHtmlTest(FILE_PATH_LITERAL("iframe-cross-process.html")); |
| 887 } | 887 } |
| 888 | 888 |
| 889 // Flaky on all platforms: https://crbug.com/622387 |
| 889 IN_PROC_BROWSER_TEST_F(DumpAccessibilityTreeTest, | 890 IN_PROC_BROWSER_TEST_F(DumpAccessibilityTreeTest, |
| 890 AccessibilityIframeCoordinates) { | 891 DISABLED_AccessibilityIframeCoordinates) { |
| 891 RunHtmlTest(FILE_PATH_LITERAL("iframe-coordinates.html")); | 892 RunHtmlTest(FILE_PATH_LITERAL("iframe-coordinates.html")); |
| 892 } | 893 } |
| 893 | 894 |
| 895 // Flaky on all platforms: https://crbug.com/622387 |
| 894 IN_PROC_BROWSER_TEST_F(DumpAccessibilityTreeTest, | 896 IN_PROC_BROWSER_TEST_F(DumpAccessibilityTreeTest, |
| 895 AccessibilityIframeCoordinatesCrossProcess) { | 897 DISABLED_AccessibilityIframeCoordinatesCrossProcess) { |
| 896 RunHtmlTest(FILE_PATH_LITERAL("iframe-coordinates-cross-process.html")); | 898 RunHtmlTest(FILE_PATH_LITERAL("iframe-coordinates-cross-process.html")); |
| 897 } | 899 } |
| 898 | 900 |
| 899 // Flaky on Win7. http://crbug.com/610744 | 901 // Flaky on Win7. http://crbug.com/610744 |
| 900 #ifdef OS_WIN | 902 #ifdef OS_WIN |
| 901 #define MAYBE_AccessibilityIframePresentational DISABLED_AccessibilityIframePres
entational | 903 #define MAYBE_AccessibilityIframePresentational DISABLED_AccessibilityIframePres
entational |
| 902 #else | 904 #else |
| 903 #define MAYBE_AccessibilityIframePresentational AccessibilityIframePresentationa
l | 905 #define MAYBE_AccessibilityIframePresentational AccessibilityIframePresentationa
l |
| 904 #endif | 906 #endif |
| 905 IN_PROC_BROWSER_TEST_F(DumpAccessibilityTreeTest, | 907 IN_PROC_BROWSER_TEST_F(DumpAccessibilityTreeTest, |
| 906 MAYBE_AccessibilityIframePresentational) { | 908 MAYBE_AccessibilityIframePresentational) { |
| 907 RunHtmlTest(FILE_PATH_LITERAL("iframe-presentational.html")); | 909 RunHtmlTest(FILE_PATH_LITERAL("iframe-presentational.html")); |
| 908 } | 910 } |
| 909 | 911 |
| 912 // Flaky on all platforms: https://crbug.com/622387 |
| 910 IN_PROC_BROWSER_TEST_F(DumpAccessibilityTreeTest, | 913 IN_PROC_BROWSER_TEST_F(DumpAccessibilityTreeTest, |
| 911 AccessibilityIframeTransform) { | 914 DISABLED_AccessibilityIframeTransform) { |
| 912 RunHtmlTest(FILE_PATH_LITERAL("iframe-transform.html")); | 915 RunHtmlTest(FILE_PATH_LITERAL("iframe-transform.html")); |
| 913 } | 916 } |
| 914 | 917 |
| 918 // Flaky on all platforms: https://crbug.com/622387 |
| 915 IN_PROC_BROWSER_TEST_F(DumpAccessibilityTreeTest, | 919 IN_PROC_BROWSER_TEST_F(DumpAccessibilityTreeTest, |
| 916 AccessibilityIframeTransformCrossProcess) { | 920 DISABLED_AccessibilityIframeTransformCrossProcess) { |
| 917 RunHtmlTest(FILE_PATH_LITERAL("iframe-transform-cross-process.html")); | 921 RunHtmlTest(FILE_PATH_LITERAL("iframe-transform-cross-process.html")); |
| 918 } | 922 } |
| 919 | 923 |
| 920 IN_PROC_BROWSER_TEST_F(DumpAccessibilityTreeTest, | 924 IN_PROC_BROWSER_TEST_F(DumpAccessibilityTreeTest, |
| 921 AccessibilityIframeTransformNested) { | 925 AccessibilityIframeTransformNested) { |
| 922 RunHtmlTest(FILE_PATH_LITERAL("iframe-transform-nested.html")); | 926 RunHtmlTest(FILE_PATH_LITERAL("iframe-transform-nested.html")); |
| 923 } | 927 } |
| 924 | 928 |
| 925 IN_PROC_BROWSER_TEST_F(DumpAccessibilityTreeTest, | 929 IN_PROC_BROWSER_TEST_F(DumpAccessibilityTreeTest, |
| 926 AccessibilityIframeTransformNestedCrossProcess) { | 930 AccessibilityIframeTransformNestedCrossProcess) { |
| (...skipping 435 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1362 // crbug.com/281952 | 1366 // crbug.com/281952 |
| 1363 IN_PROC_BROWSER_TEST_F(DumpAccessibilityTreeTest, DISABLED_AccessibilityVideo) { | 1367 IN_PROC_BROWSER_TEST_F(DumpAccessibilityTreeTest, DISABLED_AccessibilityVideo) { |
| 1364 RunHtmlTest(FILE_PATH_LITERAL("video.html")); | 1368 RunHtmlTest(FILE_PATH_LITERAL("video.html")); |
| 1365 } | 1369 } |
| 1366 | 1370 |
| 1367 IN_PROC_BROWSER_TEST_F(DumpAccessibilityTreeTest, AccessibilityWbr) { | 1371 IN_PROC_BROWSER_TEST_F(DumpAccessibilityTreeTest, AccessibilityWbr) { |
| 1368 RunHtmlTest(FILE_PATH_LITERAL("wbr.html")); | 1372 RunHtmlTest(FILE_PATH_LITERAL("wbr.html")); |
| 1369 } | 1373 } |
| 1370 | 1374 |
| 1371 } // namespace content | 1375 } // namespace content |
| OLD | NEW |