summaryrefslogtreecommitdiffstats
path: root/toolkit/identity/tests/chrome/sandbox_content_framed.html
blob: 72b0c49d0eb3e3376cd613875394f0a9c6c6f478 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
<!DOCTYPE html>
<html>
<!-- Any copyright is dedicated to the Public Domain.
     http://creativecommons.org/publicdomain/zero/1.0/ -->
<head>
<meta charset="utf-8">
<title>Page testing blocked content in an iframe inside the Sandbox</title>

</head>

<body>

<iframe src="sandbox_content.html"></iframe>

</body>

</html>