summaryrefslogtreecommitdiffstats
path: root/dom/security/test/csp/file_uir_top_nav.html
blob: 28263e9db7c32bac61f35e9b082b3fbfe59c7ab7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
<!DOCTYPE HTML>
<html>
<head>
  <meta http-equiv="Content-Security-Policy" content="upgrade-insecure-requests">
</head>
<body>
<script class="testbody" type="text/javascript">

// 1) same origin navigation
window.open("http://example.com/tests/dom/security/test/csp/file_uir_top_nav_dummy.html");

// 2) same origin navigation
window.open("http://test1.example.com/tests/dom/security/test/csp/file_uir_top_nav_dummy.html");

</script>
</body>
</html>