Index: content/browser/in_process_webkit/indexed_db_layout_browsertest.cc |
diff --git a/content/browser/in_process_webkit/indexed_db_layout_browsertest.cc b/content/browser/in_process_webkit/indexed_db_layout_browsertest.cc |
index d37152e2783eba5f26cdc2500648d749dc3a9777..b2f0cf5ccd3a6e2ba02e544156aeb91b6a713577 100644 |
--- a/content/browser/in_process_webkit/indexed_db_layout_browsertest.cc |
+++ b/content/browser/in_process_webkit/indexed_db_layout_browsertest.cc |
@@ -73,11 +73,10 @@ static const char* kKeyTests[] = { |
}; |
static const char* kTransactionTests[] = { |
-// "transaction-abort.html", // Flaky, http://crbug.com/83226 |
-// TODO(jsbell): Re-enable the following 3 tests after http://webkit.org/b/89379 lands. |
-// "transaction-complete-with-js-recursion-cross-frame.html", |
-// "transaction-complete-with-js-recursion.html", |
-// "transaction-complete-workers.html", |
+ "transaction-abort.html", |
+ "transaction-complete-with-js-recursion-cross-frame.html", |
+ "transaction-complete-with-js-recursion.html", |
+ "transaction-complete-workers.html", |
"transaction-after-close.html", |
"transaction-and-objectstore-calls.html", |
"transaction-basics.html", |