diff options
-rw-r--r-- | content/worker/test/worker_uitest.cc | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/content/worker/test/worker_uitest.cc b/content/worker/test/worker_uitest.cc index 9c90632..5748ea6 100644 --- a/content/worker/test/worker_uitest.cc +++ b/content/worker/test/worker_uitest.cc @@ -453,9 +453,7 @@ TEST_F(WorkerTest, DISABLED_WorkerHttpLayoutTests) { ASSERT_TRUE(http_server.Stop()); } -// Failing since r89996 (WebKit roll 89393:89412). -// Probably affected by WebKit r89400. -TEST_F(WorkerTest, DISABLED_WorkerWebSocketLayoutTests) { +TEST_F(WorkerTest, WorkerWebSocketLayoutTests) { static const char* kLayoutTestFiles[] = { "close-in-onmessage-crash.html", "close-in-shared-worker.html", |