| Index: content/test/data/browser_plugin_embedder_crash.html | 
| diff --git a/content/test/data/browser_plugin_embedder_crash.html b/content/test/data/browser_plugin_embedder_crash.html | 
| index fd066e51480f245715b5b6510393951ea3f3ebdc..fa425d40072cdc5d76843dc2dd6ccaeaf9dce61d 100644 | 
| --- a/content/test/data/browser_plugin_embedder_crash.html | 
| +++ b/content/test/data/browser_plugin_embedder_crash.html | 
| @@ -13,5 +13,5 @@ function SetSize(w, h) { | 
| <!-- The plugin size is same as the browser's size --> | 
| <object id="plugin" | 
| tabindex="0" | 
| -    type="application/new-browser-plugin" | 
| +    type="application/browser-plugin" | 
| style="height: 100%; width: 100%; border: 0px"></object> | 
|  |