summaryrefslogtreecommitdiffstats
path: root/comm/mail/test/browser/content-policy/html/plugin.html
diff options
context:
space:
mode:
Diffstat (limited to 'comm/mail/test/browser/content-policy/html/plugin.html')
-rw-r--r--comm/mail/test/browser/content-policy/html/plugin.html10
1 files changed, 10 insertions, 0 deletions
diff --git a/comm/mail/test/browser/content-policy/html/plugin.html b/comm/mail/test/browser/content-policy/html/plugin.html
new file mode 100644
index 0000000000..f8a3f4e241
--- /dev/null
+++ b/comm/mail/test/browser/content-policy/html/plugin.html
@@ -0,0 +1,10 @@
+<html>
+ <head>
+ <title>Plugin Test</title>
+ </head>
+ <body bgcolor="#FFFFFF">
+ <embed id="testelement" type="application/x-test"
+ style="width:400px; height:400px; margin-top:20px;" border="1">
+ </embed>
+ </body>
+</html>