summaryrefslogtreecommitdiffstats
path: root/comm/mail/test/browser/content-tabs/html/plugin.html
diff options
context:
space:
mode:
Diffstat (limited to 'comm/mail/test/browser/content-tabs/html/plugin.html')
-rw-r--r--comm/mail/test/browser/content-tabs/html/plugin.html9
1 files changed, 9 insertions, 0 deletions
diff --git a/comm/mail/test/browser/content-tabs/html/plugin.html b/comm/mail/test/browser/content-tabs/html/plugin.html
new file mode 100644
index 0000000000..83c83bb4b7
--- /dev/null
+++ b/comm/mail/test/browser/content-tabs/html/plugin.html
@@ -0,0 +1,9 @@
+<html>
+ <head>
+ <title>Plugin Test</title>
+ </head>
+ <body bgcolor="#FFFFFF">
+ <h1>Plugin Test</h1>
+ <embed id="test-plugin" type="application/x-test" width="500" height="500"></embed>
+ </body>
+</html>