comparison: browser/base/content/test/plugins/plugin_hidden_to_visible.html
browser/base/content/test/plugins/plugin_hidden_to_visible.html
- changeset 0
- 6474c204b198
equal
deleted
inserted
replaced
|
1 <!DOCTYPE html> |
|
2 <html> |
|
3 <head> |
|
4 <meta charset="utf-8"> |
|
5 </head> |
|
6 <body> |
|
7 <div id="container" style="display: none"> |
|
8 <object id="plugin" type="application/x-test" style="width: 200px; height: 200px;"></object> |
|
9 </div> |
|
10 </body> |
|
11 </html> |