Chromium Code Reviews| OLD | NEW |
|---|---|
| (Empty) | |
| 1 <!DOCTYPE html> | |
| 2 | |
| 3 <!-- The message inserted below should be shown with some suitable style. --> | |
| 4 <object type="application/x-fake-plugin"></object> | |
| 5 | |
| 6 <script> | |
| 7 var plugin = document.querySelector("object"); | |
| 8 internals.forcePluginPlaceholder(plugin, { message: "Sorry, but your plugin coul dn't be loaded. Here, have a <a href=\"#\">link</a>." }); | |
| 9 </script> | |
| OLD | NEW |