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