summaryrefslogtreecommitdiffstats
path: root/toolkit/components/extensions/test/xpcshell/data/file_csp.html
blob: 9f5cf92f5a0cf6b1fe2b368044bd1fcd3672d9bd (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
<!DOCTYPE HTML>

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

<div id="test">Sample text</div>
<img id="bad-image" src="http://example.org/data/file_image_bad.png">
<script id="bad-script" src="http://example.org/data/file_script_bad.js"></script>

</body>
</html>