toolkit/identity/tests/chrome/sandbox_content_framed.html

branch
TOR_BUG_9701
changeset 15
b8a032363ba2
equal deleted inserted replaced
-1:000000000000 0:7677944a4fc7
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 an iframe inside the Sandbox</title>
8
9 </head>
10
11 <body>
12
13 <iframe src="sandbox_content.html"></iframe>
14
15 </body>
16
17 </html>

mercurial