Index: LayoutTests/fast/plugins/plugin-placeholder.html |
diff --git a/LayoutTests/fast/plugins/plugin-placeholder.html b/LayoutTests/fast/plugins/plugin-placeholder.html |
index 823bed1e8488cc78c9b1d72e3934ec2f4b45c391..fd59c04e7818a861d8f83ba2bb0e539a401ef157 100644 |
--- a/LayoutTests/fast/plugins/plugin-placeholder.html |
+++ b/LayoutTests/fast/plugins/plugin-placeholder.html |
@@ -18,6 +18,8 @@ |
</template> |
<script> |
+internals.settings.setJavaEnabled(true); |
+ |
var templateContent = document.getElementById('placeholder-template').content; |
Array.prototype.forEach.call(document.querySelectorAll("applet, embed, object"), function(plugin) { |
internals.forcePluginPlaceholder(plugin, templateContent); |