| Index: webkit/plugins/npapi/test/plugin_test_factory.cc
|
| ===================================================================
|
| --- webkit/plugins/npapi/test/plugin_test_factory.cc (revision 151213)
|
| +++ webkit/plugins/npapi/test/plugin_test_factory.cc (working copy)
|
| @@ -43,7 +43,8 @@
|
| new_test = new NPObjectIdentityTest(instance, host_functions);
|
| } else if (test_name == "npobject_proxy") {
|
| new_test = new NPObjectProxyTest(instance, host_functions);
|
| - } else if (test_name == "invoke_js_function_on_create"
|
| + } else if (test_name == "invoke_js_function_on_create" ||
|
| + test_name == "resize_during_paint"
|
| #if defined(OS_WIN) || defined(OS_MACOSX)
|
| // TODO(port): plugin_windowless_test.*.
|
| || test_name == "execute_script_delete_in_paint" ||
|
|
|