summaryrefslogtreecommitdiffstats
path: root/browser/base/content/test/plugins/plugin_alternate_content.html
diff options
context:
space:
mode:
Diffstat (limited to 'browser/base/content/test/plugins/plugin_alternate_content.html')
-rw-r--r--browser/base/content/test/plugins/plugin_alternate_content.html9
1 files changed, 9 insertions, 0 deletions
diff --git a/browser/base/content/test/plugins/plugin_alternate_content.html b/browser/base/content/test/plugins/plugin_alternate_content.html
new file mode 100644
index 000000000..f8acc833c
--- /dev/null
+++ b/browser/base/content/test/plugins/plugin_alternate_content.html
@@ -0,0 +1,9 @@
+<!-- bug 739575 -->
+<html>
+<head><meta http-equiv="content-type" content="text/html; charset=ISO-8859-1">
+</head>
+<body>
+<object id="test" type="application/x-test" style="height: 200px; width:200px">
+<p><a href="about:blank">you should not see this link when plugins are click-to-play</a></p>
+</object>
+</body></html>