trisquel-icecat/icecat/dom/security/test/csp/file_bug1505412_frame.html

14 lines
363 B
HTML

<!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>