Chromium Code Reviews| Index: chrome/test/plugin/plugin_test.cpp |
| =================================================================== |
| --- chrome/test/plugin/plugin_test.cpp (revision 14603) |
| +++ chrome/test/plugin/plugin_test.cpp (working copy) |
| @@ -225,6 +225,15 @@ |
| TestActiveX(L"activex_custom_scripting.html", kShortWaitTimeout, true); |
| } |
| +TEST_F(ActiveXTest, EmbeddedMP3) { |
| + TestActiveX(L"mp3_test.html", kLongWaitTimeout, false); |
|
jam
2009/04/30 19:55:51
where is this file? ditto for below
|
| +} |
| + |
| +TEST_F(ActiveXTest, EmbeddedMPE) { |
| + TestActiveX(L"mpe_test.html", kLongWaitTimeout, false); |
| +} |
| + |
| + |
| // The default plugin tests defined below rely on the following webkit |
| // functions and the IsPluginProcess function which is defined in the global |
| // namespace. Stubbed these out for now. |