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

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

Issue 1318703002: Revert of 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 | « LayoutTests/fast/plugins/plugin-placeholder.html ('k') | Source/core/frame/Settings.in » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: LayoutTests/fast/plugins/plugin-placeholder-explicit-size.html
diff --git a/LayoutTests/fast/plugins/plugin-placeholder-explicit-size.html b/LayoutTests/fast/plugins/plugin-placeholder-explicit-size.html
index 6a2ff70c3ff3089f4540c838bc60b488f1bc5bbf..465ce24a1375dbe92cf48327974a8f12f365e728 100644
--- a/LayoutTests/fast/plugins/plugin-placeholder-explicit-size.html
+++ b/LayoutTests/fast/plugins/plugin-placeholder-explicit-size.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);
« no previous file with comments | « LayoutTests/fast/plugins/plugin-placeholder.html ('k') | Source/core/frame/Settings.in » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698