comparison: toolkit/identity/tests/chrome/sandbox_content_framed.html
toolkit/identity/tests/chrome/sandbox_content_framed.html
- branch
- TOR_BUG_3246
- changeset 7
- 129ffea94266
equal
deleted
inserted
replaced
|
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> |