| 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 314 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 325 | 325 |
| 326 IN_PROC_BROWSER_TEST_F(DumpAccessibilityTreeTest, AccessibilityAriaAtomic) { | 326 IN_PROC_BROWSER_TEST_F(DumpAccessibilityTreeTest, AccessibilityAriaAtomic) { |
| 327 RunTest(FILE_PATH_LITERAL("aria-atomic.html")); | 327 RunTest(FILE_PATH_LITERAL("aria-atomic.html")); |
| 328 } | 328 } |
| 329 | 329 |
| 330 IN_PROC_BROWSER_TEST_F(DumpAccessibilityTreeTest, | 330 IN_PROC_BROWSER_TEST_F(DumpAccessibilityTreeTest, |
| 331 AccessibilityAriaAutocomplete) { | 331 AccessibilityAriaAutocomplete) { |
| 332 RunTest(FILE_PATH_LITERAL("aria-autocomplete.html")); | 332 RunTest(FILE_PATH_LITERAL("aria-autocomplete.html")); |
| 333 } | 333 } |
| 334 | 334 |
| 335 IN_PROC_BROWSER_TEST_F(DumpAccessibilityTreeTest, AccessibilityAriaCheckBox) { |
| 336 RunTest(FILE_PATH_LITERAL("aria-checkbox.html")); |
| 337 } |
| 338 |
| 335 // crbug.com/98976 will cause new elements to be added to the Blink a11y tree | 339 // crbug.com/98976 will cause new elements to be added to the Blink a11y tree |
| 336 // Re-baseline after the Blink change goes in | 340 // Re-baseline after the Blink change goes in |
| 337 IN_PROC_BROWSER_TEST_F(DumpAccessibilityTreeTest, | 341 IN_PROC_BROWSER_TEST_F(DumpAccessibilityTreeTest, |
| 338 DISABLED_AccessibilityAriaCombobox) { | 342 DISABLED_AccessibilityAriaCombobox) { |
| 339 RunTest(FILE_PATH_LITERAL("aria-combobox.html")); | 343 RunTest(FILE_PATH_LITERAL("aria-combobox.html")); |
| 340 } | 344 } |
| 341 | 345 |
| 342 IN_PROC_BROWSER_TEST_F(DumpAccessibilityTreeTest, AccessibilityAriaHidden) { | 346 IN_PROC_BROWSER_TEST_F(DumpAccessibilityTreeTest, AccessibilityAriaHidden) { |
| 343 RunTest(FILE_PATH_LITERAL("aria-hidden.html")); | 347 RunTest(FILE_PATH_LITERAL("aria-hidden.html")); |
| 344 } | 348 } |
| (...skipping 238 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 583 | 587 |
| 584 IN_PROC_BROWSER_TEST_F(DumpAccessibilityTreeTest, AccessibilityInputButton) { | 588 IN_PROC_BROWSER_TEST_F(DumpAccessibilityTreeTest, AccessibilityInputButton) { |
| 585 RunTest(FILE_PATH_LITERAL("input-button.html")); | 589 RunTest(FILE_PATH_LITERAL("input-button.html")); |
| 586 } | 590 } |
| 587 | 591 |
| 588 IN_PROC_BROWSER_TEST_F(DumpAccessibilityTreeTest, | 592 IN_PROC_BROWSER_TEST_F(DumpAccessibilityTreeTest, |
| 589 AccessibilityInputButtonInMenu) { | 593 AccessibilityInputButtonInMenu) { |
| 590 RunTest(FILE_PATH_LITERAL("input-button-in-menu.html")); | 594 RunTest(FILE_PATH_LITERAL("input-button-in-menu.html")); |
| 591 } | 595 } |
| 592 | 596 |
| 597 IN_PROC_BROWSER_TEST_F(DumpAccessibilityTreeTest, AccessibilityInputCheckBox) { |
| 598 RunTest(FILE_PATH_LITERAL("input-checkbox.html")); |
| 599 } |
| 600 |
| 593 IN_PROC_BROWSER_TEST_F(DumpAccessibilityTreeTest, AccessibilityInputColor) { | 601 IN_PROC_BROWSER_TEST_F(DumpAccessibilityTreeTest, AccessibilityInputColor) { |
| 594 RunTest(FILE_PATH_LITERAL("input-color.html")); | 602 RunTest(FILE_PATH_LITERAL("input-color.html")); |
| 595 } | 603 } |
| 596 | 604 |
| 597 IN_PROC_BROWSER_TEST_F(DumpAccessibilityTreeTest, AccessibilityInputDate) { | 605 IN_PROC_BROWSER_TEST_F(DumpAccessibilityTreeTest, AccessibilityInputDate) { |
| 598 RunTest(FILE_PATH_LITERAL("input-date.html")); | 606 RunTest(FILE_PATH_LITERAL("input-date.html")); |
| 599 } | 607 } |
| 600 | 608 |
| 601 IN_PROC_BROWSER_TEST_F(DumpAccessibilityTreeTest, AccessibilityInputDateTime) { | 609 IN_PROC_BROWSER_TEST_F(DumpAccessibilityTreeTest, AccessibilityInputDateTime) { |
| 602 RunTest(FILE_PATH_LITERAL("input-datetime.html")); | 610 RunTest(FILE_PATH_LITERAL("input-datetime.html")); |
| (...skipping 176 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 779 | 787 |
| 780 IN_PROC_BROWSER_TEST_F(DumpAccessibilityTreeTest, AccessibilityUl) { | 788 IN_PROC_BROWSER_TEST_F(DumpAccessibilityTreeTest, AccessibilityUl) { |
| 781 RunTest(FILE_PATH_LITERAL("ul.html")); | 789 RunTest(FILE_PATH_LITERAL("ul.html")); |
| 782 } | 790 } |
| 783 | 791 |
| 784 IN_PROC_BROWSER_TEST_F(DumpAccessibilityTreeTest, AccessibilityWbr) { | 792 IN_PROC_BROWSER_TEST_F(DumpAccessibilityTreeTest, AccessibilityWbr) { |
| 785 RunTest(FILE_PATH_LITERAL("wbr.html")); | 793 RunTest(FILE_PATH_LITERAL("wbr.html")); |
| 786 } | 794 } |
| 787 | 795 |
| 788 } // namespace content | 796 } // namespace content |
| OLD | NEW |