| Index: chrome/test/ppapi/ppapi_browsertest.cc
|
| diff --git a/chrome/test/ppapi/ppapi_browsertest.cc b/chrome/test/ppapi/ppapi_browsertest.cc
|
| index 466e17b8ad0c8424457aaa5439ade9c96c9e8359..f8b8f88dbf794becbf6a9db631f1932fde3d6652 100644
|
| --- a/chrome/test/ppapi/ppapi_browsertest.cc
|
| +++ b/chrome/test/ppapi/ppapi_browsertest.cc
|
| @@ -1204,7 +1204,11 @@ TEST_PPAPI_NACL(MouseCursor)
|
|
|
| TEST_PPAPI_NACL(NetworkProxy)
|
|
|
| +// TODO(scottmg): Disabled with DirectWrite investigating, probably sandbox-
|
| +// related. http://crbug.com/382729
|
| +#if !defined(OS_WIN)
|
| TEST_PPAPI_NACL(TrueTypeFont)
|
| +#endif
|
|
|
| // VideoDestination doesn't work in content_browsertests.
|
| TEST_PPAPI_OUT_OF_PROCESS(VideoDestination)
|
|
|