summaryrefslogtreecommitdiffstats
path: root/browser/base/content/test/plugins/plugin_bug744745.html
blob: d0691c9c0db176ae7a4f56a111df87c26ca8b0fc (plain)
1
2
3
4
5
6
7
8
9
10
11
12
<!DOCTYPE html>
<html>
<head><meta charset="utf-8"/></head>
<body>
<style>
.x {
  opacity: 0 !important;
}
</style>
<object id="test" class="x" type="application/x-test" width=200 height=200></object>
</body>
</html>