| Index: ppapi/tests/test_mouse_lock.cc
|
| diff --git a/ppapi/tests/test_mouse_lock.cc b/ppapi/tests/test_mouse_lock.cc
|
| index 480003f78904a4e55542cd3a368ae7a5926f98bc..83769895f7c4fefbd3d4a833b7ae71a06d552c5b 100644
|
| --- a/ppapi/tests/test_mouse_lock.cc
|
| +++ b/ppapi/tests/test_mouse_lock.cc
|
| @@ -24,8 +24,7 @@ bool TestMouseLock::Init() {
|
| }
|
|
|
| void TestMouseLock::RunTests(const std::string& filter) {
|
| - // Disabled due to timeouts: http://crbug.com/136548
|
| - // RUN_TEST(SucceedWhenAllowed, filter);
|
| + RUN_TEST(SucceedWhenAllowed, filter);
|
| RUN_TEST(FailWhenBlocked, filter);
|
| }
|
|
|
|
|