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

Unified Diff: Source/core/html/shadow/PluginPlaceholderElement.js

Issue 706623003: Revert of Prevent inherited style from propagating into a plugin placeholder. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 years, 1 month 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-inherit-expected.html ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/html/shadow/PluginPlaceholderElement.js
diff --git a/Source/core/html/shadow/PluginPlaceholderElement.js b/Source/core/html/shadow/PluginPlaceholderElement.js
index 9e16cfcc2655f99c58284712a66e3de474f6d9ce..21cc3b782cc90ab99789d7c5ec5706f130f89255 100644
--- a/Source/core/html/shadow/PluginPlaceholderElement.js
+++ b/Source/core/html/shadow/PluginPlaceholderElement.js
@@ -8,7 +8,6 @@
// FIXME: Load this from a .css file.
var styleSource =
'#plugin-placeholder {' +
- ' all: initial;' +
' width: 100%;' +
' height: 100%;' +
' overflow: hidden;' +
« no previous file with comments | « LayoutTests/fast/plugins/plugin-placeholder-inherit-expected.html ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698