summaryrefslogtreecommitdiffstats
path: root/comm/mail/test/browser/content-policy/html/plugin.html
blob: f8a3f4e24171c1b29d03d381ac092e11c37f6973 (plain)
1
2
3
4
5
6
7
8
9
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>