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

Unified Diff: chrome/test/data/plugin_power_saver/block_tiny_plugins.html

Issue 2765633002: Plugin Power Saver Tiny: Treat completely obscured plugins as Tiny. (Closed)
Patch Set: Created 3 years, 9 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
Index: chrome/test/data/plugin_power_saver/block_tiny_plugins.html
diff --git a/chrome/test/data/plugin_power_saver/block_tiny_plugins.html b/chrome/test/data/plugin_power_saver/block_tiny_plugins.html
index 2a2dff0c20ca73a85299682095ddd79a90b7a622..d72ed1bd22a046caa89b2ba15fd33c349d2c8845 100644
--- a/chrome/test/data/plugin_power_saver/block_tiny_plugins.html
+++ b/chrome/test/data/plugin_power_saver/block_tiny_plugins.html
@@ -4,3 +4,10 @@
type='application/x-shockwave-flash' width='3' height='3'></object>
<object id='tiny_cross_origin_2' data='http://a.com/fake.swf'
type='application/x-shockwave-flash' width='1' height='1'></object>
+
+<div id='container' style='width: 0px; height: 0px; overflow: hidden;'>
+ <object id='completely_obscured' data='http://otherorigin.com/fake.swf'
+ type='application/x-shockwave-flash' width='400' height='500'
+ style='float: right;'>
+ </object>
+</div>
« no previous file with comments | « chrome/browser/plugins/plugin_power_saver_browsertest.cc ('k') | components/plugins/renderer/loadable_plugin_placeholder.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698