summaryrefslogtreecommitdiffstats
path: root/toolkit/components/extensions/test/xpcshell/data/file_WebRequest_permission_original.html
blob: f6b5142c4df0773534e16a969d10323656322cca (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: "original",
  script: window.testScript,
}, "*");
</script>
</body>
</html>