toolkit/identity/tests/chrome/sandbox_content.html

changeset 0
6474c204b198
equal deleted inserted replaced
-1:000000000000 0:77aa518b3ae3
1 <!DOCTYPE html>
2 <html>
3 <!-- Any copyright is dedicated to the Public Domain.
4 - http://creativecommons.org/publicdomain/zero/1.0/ -->
5 <head>
6 <meta charset="utf-8">
7 <title>Page testing blocked content in the Sandbox</title>
8
9 <link rel="stylesheet" src="sandbox_content.sjs?text/css"/>
10
11 <script src="sandbox_content.sjs?application/javascript"></script>
12
13 </head>
14
15 <body>
16
17 <img src="sandbox_content.sjs?image/jpeg"/>
18
19 <!-- media -->
20 <video src="sandbox_content.sjs?video/webm" autoplay="true"></video>
21 <audio src="sandbox_content.sjs?audio/ogg" autoplay="true"></audio>
22
23 <!-- plugins -->
24 <embed src="sandbox_content.sjs?application/x-test"/>
25 <object data="sandbox_content.sjs?application/x-test"></object>
26 <applet code="sandbox_content.sjs?application/x-java-applet"></applet>
27
28 <iframe src="sandbox_content.sjs?text/html"></iframe>
29
30 </body>
31
32 </html>

mercurial