Upstream version 10.39.225.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / LayoutTests / fast / plugins / plugin-placeholder-structured.html
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 couldn't be loaded." });
9 </script>