Index: LayoutTests/fast/plugins/plugin-placeholder-structured.html |
diff --git a/LayoutTests/fast/plugins/plugin-placeholder-structured.html b/LayoutTests/fast/plugins/plugin-placeholder-structured.html |
new file mode 100644 |
index 0000000000000000000000000000000000000000..004307ffab03bba53c80e7a07f12671907991db3 |
--- /dev/null |
+++ b/LayoutTests/fast/plugins/plugin-placeholder-structured.html |
@@ -0,0 +1,9 @@ |
+<!DOCTYPE html> |
+ |
+<!-- The message inserted below should be shown with some suitable style. --> |
+<object type="application/x-fake-plugin"></object> |
+ |
+<script> |
+var plugin = document.querySelector("object"); |
+internals.forcePluginPlaceholder(plugin, { message: "Sorry, but your plugin couldn't be loaded. Here, have a <a href=\"#\">link</a>." }); |
+</script> |