summaryrefslogtreecommitdiffstats
path: root/browser/base/content/test/plugins/plugin_bug744745.html
diff options
context:
space:
mode:
Diffstat (limited to 'browser/base/content/test/plugins/plugin_bug744745.html')
-rw-r--r--browser/base/content/test/plugins/plugin_bug744745.html12
1 files changed, 12 insertions, 0 deletions
diff --git a/browser/base/content/test/plugins/plugin_bug744745.html b/browser/base/content/test/plugins/plugin_bug744745.html
new file mode 100644
index 000000000..d0691c9c0
--- /dev/null
+++ b/browser/base/content/test/plugins/plugin_bug744745.html
@@ -0,0 +1,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>