summaryrefslogtreecommitdiffstats
path: root/browser/base/content/test/plugins/plugin_hidden_to_visible.html
blob: eeacc18747754e57ee74c270c3a2e6268859a5af (plain)
1
2
3
4
5
6
7
8
9
10
11
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
</head>
<body>
  <div id="container" style="display: none">
    <object id="test" type="application/x-test" style="width: 200px; height: 200px;"></object>
  </div>
</body>
</html>