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

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

Issue 218983003: Disable two tests that need to be rebaselined after Blink change. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 8 months 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 | Annotate | Revision Log
« no previous file with comments | « content/browser/accessibility/cross_platform_accessibility_browsertest.cc ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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/file_util.h" 10 #include "base/file_util.h"
(...skipping 432 matching lines...) Expand 10 before | Expand all | Expand 10 after
443 IN_PROC_BROWSER_TEST_F(DumpAccessibilityTreeTest, 443 IN_PROC_BROWSER_TEST_F(DumpAccessibilityTreeTest,
444 AccessibilityModalDialogClosed) { 444 AccessibilityModalDialogClosed) {
445 RunTest(FILE_PATH_LITERAL("modal-dialog-closed.html")); 445 RunTest(FILE_PATH_LITERAL("modal-dialog-closed.html"));
446 } 446 }
447 447
448 IN_PROC_BROWSER_TEST_F(DumpAccessibilityTreeTest, 448 IN_PROC_BROWSER_TEST_F(DumpAccessibilityTreeTest,
449 AccessibilityModalDialogOpened) { 449 AccessibilityModalDialogOpened) {
450 RunTest(FILE_PATH_LITERAL("modal-dialog-opened.html")); 450 RunTest(FILE_PATH_LITERAL("modal-dialog-opened.html"));
451 } 451 }
452 452
453 // TODO(dmazzoni): rebaseline after Blink change lands.
454 // http://crbug.com/347464
453 IN_PROC_BROWSER_TEST_F(DumpAccessibilityTreeTest, 455 IN_PROC_BROWSER_TEST_F(DumpAccessibilityTreeTest,
454 AccessibilityModalDialogInIframeClosed) { 456 DISABLED_AccessibilityModalDialogInIframeClosed) {
455 RunTest(FILE_PATH_LITERAL("modal-dialog-in-iframe-closed.html")); 457 RunTest(FILE_PATH_LITERAL("modal-dialog-in-iframe-closed.html"));
456 } 458 }
457 459
458 // TODO(dmazzoni): fix this test after Blink change that broke it lands. 460 // TODO(dmazzoni): fix this test after Blink change that broke it lands.
459 // http://crbug.com/353067 461 // http://crbug.com/353067
460 IN_PROC_BROWSER_TEST_F(DumpAccessibilityTreeTest, 462 IN_PROC_BROWSER_TEST_F(DumpAccessibilityTreeTest,
461 DISABLED_AccessibilityModalDialogInIframeOpened) { 463 DISABLED_AccessibilityModalDialogInIframeOpened) {
462 RunTest(FILE_PATH_LITERAL("modal-dialog-in-iframe-opened.html")); 464 RunTest(FILE_PATH_LITERAL("modal-dialog-in-iframe-opened.html"));
463 } 465 }
464 466
(...skipping 47 matching lines...) Expand 10 before | Expand all | Expand 10 after
512 514
513 IN_PROC_BROWSER_TEST_F(DumpAccessibilityTreeTest, AccessibilityUl) { 515 IN_PROC_BROWSER_TEST_F(DumpAccessibilityTreeTest, AccessibilityUl) {
514 RunTest(FILE_PATH_LITERAL("ul.html")); 516 RunTest(FILE_PATH_LITERAL("ul.html"));
515 } 517 }
516 518
517 IN_PROC_BROWSER_TEST_F(DumpAccessibilityTreeTest, AccessibilityWbr) { 519 IN_PROC_BROWSER_TEST_F(DumpAccessibilityTreeTest, AccessibilityWbr) {
518 RunTest(FILE_PATH_LITERAL("wbr.html")); 520 RunTest(FILE_PATH_LITERAL("wbr.html"));
519 } 521 }
520 522
521 } // namespace content 523 } // namespace content
OLDNEW
« no previous file with comments | « content/browser/accessibility/cross_platform_accessibility_browsertest.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698