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

Side by Side 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 unified diff | Download patch
OLDNEW
1 <object id='tiny_same_origin' data='fake.swf' 1 <object id='tiny_same_origin' data='fake.swf'
2 type='application/x-shockwave-flash' width='3' height='3'></object> 2 type='application/x-shockwave-flash' width='3' height='3'></object>
3 <object id='tiny_cross_origin_1' data='http://a.com/fake.swf' 3 <object id='tiny_cross_origin_1' data='http://a.com/fake.swf'
4 type='application/x-shockwave-flash' width='3' height='3'></object> 4 type='application/x-shockwave-flash' width='3' height='3'></object>
5 <object id='tiny_cross_origin_2' data='http://a.com/fake.swf' 5 <object id='tiny_cross_origin_2' data='http://a.com/fake.swf'
6 type='application/x-shockwave-flash' width='1' height='1'></object> 6 type='application/x-shockwave-flash' width='1' height='1'></object>
7
8 <div id='container' style='width: 0px; height: 0px; overflow: hidden;'>
9 <object id='completely_obscured' data='http://otherorigin.com/fake.swf'
10 type='application/x-shockwave-flash' width='400' height='500'
11 style='float: right;'>
12 </object>
13 </div>
OLDNEW
« 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