diff options
Diffstat (limited to 'chrome')
-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 f436cfe..03bfabe1 100644 --- a/chrome/worker/worker_uitest.cc +++ b/chrome/worker/worker_uitest.cc @@ -52,9 +52,7 @@ TEST_F(WorkerTest, WorkerFastLayoutTests) { // http://code.google.com/p/chromium/issues/detail?id=22780 // "worker-cloneport.html", - // Disabled because worker exceptions outside of script eval() are not - // reported (http://code.google.com/p/chromium/issues/detail?id=20953) - // "worker-close.html", + "worker-close.html", "worker-constructor.html", "worker-context-gc.html", "worker-context-multi-port.html", |