diff options
Diffstat (limited to 'chrome/worker')
-rw-r--r-- | chrome/worker/worker_uitest.cc | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/chrome/worker/worker_uitest.cc b/chrome/worker/worker_uitest.cc index 1c3144a..f1a0a59 100644 --- a/chrome/worker/worker_uitest.cc +++ b/chrome/worker/worker_uitest.cc @@ -88,9 +88,7 @@ TEST_F(WorkerTest, WorkerFastLayoutTests) { "worker-replace-self.html", "worker-script-error.html", "worker-terminate.html", - // clearInterval() sometimes lets the timer continue to fire - // http://code.google.com/p/chromium/issues/detail?id=25548 - // "worker-timeout.html" + "worker-timeout.html" }; FilePath fast_test_dir; |