summaryrefslogtreecommitdiffstats
path: root/dom/html/test/file_iframe_sandbox_redirect_target.html
blob: c134ac0ffd5ca66db90f3fdc82b8a121bcdd36be (plain)
1
2
3
4
5
6
7
8
9
<!DOCTYPE html>
<head>
  <script>
    onmessage = function(event) {
      parent.postMessage(event.data + " redirect target", "*");
    }
  </script>
</head>
<body>I have been redirected</body>