| 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/files/file_util.h" | 10 #include "base/files/file_util.h" |
| (...skipping 766 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 777 | 777 |
| 778 IN_PROC_BROWSER_TEST_F(DumpAccessibilityTreeTest, AccessibilityInputCheckBox) { | 778 IN_PROC_BROWSER_TEST_F(DumpAccessibilityTreeTest, AccessibilityInputCheckBox) { |
| 779 RunTest(FILE_PATH_LITERAL("input-checkbox.html")); | 779 RunTest(FILE_PATH_LITERAL("input-checkbox.html")); |
| 780 } | 780 } |
| 781 | 781 |
| 782 IN_PROC_BROWSER_TEST_F(DumpAccessibilityTreeTest, | 782 IN_PROC_BROWSER_TEST_F(DumpAccessibilityTreeTest, |
| 783 AccessibilityInputCheckBoxInMenu) { | 783 AccessibilityInputCheckBoxInMenu) { |
| 784 RunTest(FILE_PATH_LITERAL("input-checkbox-in-menu.html")); | 784 RunTest(FILE_PATH_LITERAL("input-checkbox-in-menu.html")); |
| 785 } | 785 } |
| 786 | 786 |
| 787 // http://crbug.com/378799 | 787 IN_PROC_BROWSER_TEST_F(DumpAccessibilityTreeTest, AccessibilityInputColor) { |
| 788 IN_PROC_BROWSER_TEST_F(DumpAccessibilityTreeTest, | |
| 789 DISABLED_AccessibilityInputColor) { | |
| 790 RunTest(FILE_PATH_LITERAL("input-color.html")); | 788 RunTest(FILE_PATH_LITERAL("input-color.html")); |
| 791 } | 789 } |
| 792 | 790 |
| 793 IN_PROC_BROWSER_TEST_F(DumpAccessibilityTreeTest, AccessibilityInputDate) { | 791 IN_PROC_BROWSER_TEST_F(DumpAccessibilityTreeTest, AccessibilityInputDate) { |
| 794 RunTest(FILE_PATH_LITERAL("input-date.html")); | 792 RunTest(FILE_PATH_LITERAL("input-date.html")); |
| 795 } | 793 } |
| 796 | 794 |
| 797 IN_PROC_BROWSER_TEST_F(DumpAccessibilityTreeTest, AccessibilityInputDateTime) { | 795 IN_PROC_BROWSER_TEST_F(DumpAccessibilityTreeTest, AccessibilityInputDateTime) { |
| 798 RunTest(FILE_PATH_LITERAL("input-datetime.html")); | 796 RunTest(FILE_PATH_LITERAL("input-datetime.html")); |
| 799 } | 797 } |
| (...skipping 22 matching lines...) Expand all Loading... |
| 822 #else | 820 #else |
| 823 IN_PROC_BROWSER_TEST_F(DumpAccessibilityTreeTest, AccessibilityInputMonth) { | 821 IN_PROC_BROWSER_TEST_F(DumpAccessibilityTreeTest, AccessibilityInputMonth) { |
| 824 RunTest(FILE_PATH_LITERAL("input-month.html")); | 822 RunTest(FILE_PATH_LITERAL("input-month.html")); |
| 825 } | 823 } |
| 826 #endif | 824 #endif |
| 827 | 825 |
| 828 IN_PROC_BROWSER_TEST_F(DumpAccessibilityTreeTest, AccessibilityInputRadio) { | 826 IN_PROC_BROWSER_TEST_F(DumpAccessibilityTreeTest, AccessibilityInputRadio) { |
| 829 RunTest(FILE_PATH_LITERAL("input-radio.html")); | 827 RunTest(FILE_PATH_LITERAL("input-radio.html")); |
| 830 } | 828 } |
| 831 | 829 |
| 832 // http://crbug.com/378799 | 830 IN_PROC_BROWSER_TEST_F(DumpAccessibilityTreeTest, AccessibilityInputRange) { |
| 833 IN_PROC_BROWSER_TEST_F(DumpAccessibilityTreeTest, | |
| 834 DISABLED_AccessibilityInputRange) { | |
| 835 RunTest(FILE_PATH_LITERAL("input-range.html")); | 831 RunTest(FILE_PATH_LITERAL("input-range.html")); |
| 836 } | 832 } |
| 837 | 833 |
| 838 IN_PROC_BROWSER_TEST_F(DumpAccessibilityTreeTest, AccessibilityInputReset) { | 834 IN_PROC_BROWSER_TEST_F(DumpAccessibilityTreeTest, AccessibilityInputReset) { |
| 839 RunTest(FILE_PATH_LITERAL("input-reset.html")); | 835 RunTest(FILE_PATH_LITERAL("input-reset.html")); |
| 840 } | 836 } |
| 841 | 837 |
| 842 IN_PROC_BROWSER_TEST_F(DumpAccessibilityTreeTest, AccessibilityInputSearch) { | 838 IN_PROC_BROWSER_TEST_F(DumpAccessibilityTreeTest, AccessibilityInputSearch) { |
| 843 RunTest(FILE_PATH_LITERAL("input-search.html")); | 839 RunTest(FILE_PATH_LITERAL("input-search.html")); |
| 844 } | 840 } |
| (...skipping 246 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1091 | 1087 |
| 1092 IN_PROC_BROWSER_TEST_F(DumpAccessibilityTreeTest, AccessibilityVar) { | 1088 IN_PROC_BROWSER_TEST_F(DumpAccessibilityTreeTest, AccessibilityVar) { |
| 1093 RunTest(FILE_PATH_LITERAL("var.html")); | 1089 RunTest(FILE_PATH_LITERAL("var.html")); |
| 1094 } | 1090 } |
| 1095 | 1091 |
| 1096 IN_PROC_BROWSER_TEST_F(DumpAccessibilityTreeTest, AccessibilityWbr) { | 1092 IN_PROC_BROWSER_TEST_F(DumpAccessibilityTreeTest, AccessibilityWbr) { |
| 1097 RunTest(FILE_PATH_LITERAL("wbr.html")); | 1093 RunTest(FILE_PATH_LITERAL("wbr.html")); |
| 1098 } | 1094 } |
| 1099 | 1095 |
| 1100 } // namespace content | 1096 } // namespace content |
| OLD | NEW |