summaryrefslogtreecommitdiffstats
path: root/dom/security/test/csp/file_bug1505412_frame.html
blob: b58af5584959651770fc6325db13dd73ccda31c5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
<!DOCTYPE HTML>
<html>

<head>
    <title> Bug 1505412 CSP-RO reports violations in inline-scripts with nonce</title>
    <script src="/tests/SimpleTest/SimpleTest.js" nonce="foobar"></script>
    <link rel="stylesheet" type="text/css" href="/tests/SimpleTest/test.css" />
 

<body>
    <script src="file_bug1505412.sjs" nonce="foobar"></script>
</body>

</html>