aboutsummaryrefslogtreecommitdiffstats
path: root/tests/html/test_sandboxed.html
blob: 5db41761275fca8dacf03b2f23a23c79d5fe9f3a (plain) (blame)
1
2
3
4
5
6
7
8
9
10
<html>
<body>
  <iframe sandbox="allow-scripts" src="test_sandboxed_iframe.html"
          style="display:block; border: 1px; width: 400px; height: 400px">
  </iframe>
  <iframe sandbox="allow-scripts" src="test_sandboxed_iframe.html"
          style="display:block; border: 1px; width: 400px; height: 400px">
  </iframe>
</body>
</html>