Index: LayoutTests/fast/plugins/plugin-placeholder.html |
diff --git a/LayoutTests/fast/plugins/plugin-placeholder.html b/LayoutTests/fast/plugins/plugin-placeholder.html |
index fd59c04e7818a861d8f83ba2bb0e539a401ef157..823bed1e8488cc78c9b1d72e3934ec2f4b45c391 100644 |
--- a/LayoutTests/fast/plugins/plugin-placeholder.html |
+++ b/LayoutTests/fast/plugins/plugin-placeholder.html |
@@ -18,8 +18,6 @@ applet, embed, object { display: block; margin: 10px; } |
</template> |
<script> |
-internals.settings.setJavaEnabled(true); |
dcheng
2015/08/26 05:27:57
This was apparently not necessary.
|
- |
var templateContent = document.getElementById('placeholder-template').content; |
Array.prototype.forEach.call(document.querySelectorAll("applet, embed, object"), function(plugin) { |
internals.forcePluginPlaceholder(plugin, templateContent); |