From 8360a18a2705b6f9d65a14a814a597200387a141 Mon Sep 17 00:00:00 2001 From: nektar Date: Thu, 16 Apr 2015 09:32:41 -0700 Subject: [PATCH] Disabled accessibility browser test for content editable descendents. Required in order to reland CL 1056763002. The only difference in the test output is that on the Mac the textual contents of the contenteditable are also present in the AXValue property on the AXGroup representing the contenteditable. I prefer to reland the contenteditable CL in order to investigate this more easily on my Mac. BUG=347859 R=dmazzoni Review URL: https://codereview.chromium.org/1080533004 Cr-Commit-Position: refs/heads/master@{#325452} --- content/browser/accessibility/dump_accessibility_tree_browsertest.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/browser/accessibility/dump_accessibility_tree_browsertest.cc b/content/browser/accessibility/dump_accessibility_tree_browsertest.cc index b36e87279443..f71fcd4a469c 100644 --- a/content/browser/accessibility/dump_accessibility_tree_browsertest.cc +++ b/content/browser/accessibility/dump_accessibility_tree_browsertest.cc @@ -686,7 +686,7 @@ IN_PROC_BROWSER_TEST_F(DumpAccessibilityTreeTest, AccessibilityDt) { AccessibilityContenteditableDescendants #endif IN_PROC_BROWSER_TEST_F(DumpAccessibilityTreeTest, - MAYBE_AccessibilityContenteditableDescendants) { + DISABLED_AccessibilityContenteditableDescendants) { RunHtmlTest(FILE_PATH_LITERAL("contenteditable-descendants.html")); } -- 2.11.4.GIT