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

Unified Diff: content/browser/accessibility/dump_accessibility_tree_browsertest.cc

Issue 138003010: Disable tests to prepare for Blink r165040 to reland. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 11 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/browser/accessibility/dump_accessibility_tree_browsertest.cc
diff --git a/content/browser/accessibility/dump_accessibility_tree_browsertest.cc b/content/browser/accessibility/dump_accessibility_tree_browsertest.cc
index 0f376be4414c5feb120296a8c3d6f06fb089089c..98d13f18740b1958e3cfe722588ab7af1afcc44c 100644
--- a/content/browser/accessibility/dump_accessibility_tree_browsertest.cc
+++ b/content/browser/accessibility/dump_accessibility_tree_browsertest.cc
@@ -434,8 +434,9 @@ IN_PROC_BROWSER_TEST_F(DumpAccessibilityTreeTest,
RunTest(FILE_PATH_LITERAL("modal-dialog-closed.html"));
}
+// TODO(falken): Rebaseline modal dialog tests after Blink r165040 is relanded.
IN_PROC_BROWSER_TEST_F(DumpAccessibilityTreeTest,
- AccessibilityModalDialogOpened) {
+ DISABLED_AccessibilityModalDialogOpened) {
RunTest(FILE_PATH_LITERAL("modal-dialog-opened.html"));
}
@@ -445,12 +446,12 @@ IN_PROC_BROWSER_TEST_F(DumpAccessibilityTreeTest,
}
IN_PROC_BROWSER_TEST_F(DumpAccessibilityTreeTest,
- AccessibilityModalDialogInIframeOpened) {
+ DISABLED_AccessibilityModalDialogInIframeOpened) {
RunTest(FILE_PATH_LITERAL("modal-dialog-in-iframe-opened.html"));
}
IN_PROC_BROWSER_TEST_F(DumpAccessibilityTreeTest,
- AccessibilityModalDialogStack) {
+ DISABLED_AccessibilityModalDialogStack) {
RunTest(FILE_PATH_LITERAL("modal-dialog-stack.html"));
}
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698