Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(11)

Unified Diff: LayoutTests/fast/plugins/plugin-placeholder.html

Issue 1306403003: Remove javaEnabled setting. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 5 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | LayoutTests/fast/plugins/plugin-placeholder-explicit-size.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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);
« no previous file with comments | « no previous file | LayoutTests/fast/plugins/plugin-placeholder-explicit-size.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698