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

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

Issue 9053002: Re-enable these tests as they are no longer failing. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 9 years 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/renderer_accessibility_browsertest.cc
diff --git a/content/browser/accessibility/renderer_accessibility_browsertest.cc b/content/browser/accessibility/renderer_accessibility_browsertest.cc
index 0b04b79749c898ec0b96916a6572ad7c32a86cec..82ee0d680a6c1b00cc366f17d08a47de1bd0a8c2 100644
--- a/content/browser/accessibility/renderer_accessibility_browsertest.cc
+++ b/content/browser/accessibility/renderer_accessibility_browsertest.cc
@@ -279,10 +279,9 @@ IN_PROC_BROWSER_TEST_F(RendererAccessibilityBrowserTest,
EXPECT_EQ(cell2.id, column2.indirect_child_ids[0]);
}
-// Test crashes/times out, see http://crbug.com/107985
IN_PROC_BROWSER_TEST_F(
RendererAccessibilityBrowserTest,
- DISABLED_CrossPlatformMultipleInheritanceAccessibility2) {
+ CrossPlatformMultipleInheritanceAccessibility2) {
// Here's another html snippet where WebKit puts the same node as a child
// of two different parents. Instead of checking the exact output, just
// make sure that no id is reused in the resulting tree.
@@ -372,9 +371,8 @@ IN_PROC_BROWSER_TEST_F(RendererAccessibilityBrowserTest,
RecursiveAssertUniqueIds(tree, &ids);
}
-// Test crashes/times out, see http://crbug.com/107985
IN_PROC_BROWSER_TEST_F(RendererAccessibilityBrowserTest,
- DISABLED_CrossPlatformTableSpan) {
+ CrossPlatformTableSpan) {
// +---+---+---+
// | 1 | 2 |
// +---+---+---+
« 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