summaryrefslogtreecommitdiffstats
path: root/toolkit/components/extensions/test/xpcshell/data/file_WebRequest_permission_redirected.html
blob: 0979593f7b1e50f9eab93448aa72ac7fed19b5dc (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
<!DOCTYPE HTML>

<html>
<head>
<meta charset="utf-8">
</head>
<body>

<script src="http://example.org/data/file_WebRequest_permission_original.js"></script>
<script>
"use strict";

window.parent.postMessage({
  page: "redirected",
  script: window.testScript,
}, "*");
</script>
</body>
</html>