blob: d038e4c2c823325a8c5e9cc4bb7d29dce6e75fe7 [file] [log] [blame]
<!DOCTYPE html>
<html>
<head>
<meta http-equiv="Content-Security-Policy" content="script-src 'nonce-noncynonce' 'nonce-noncy+/=nonce'">
<script nonce="noncynonce">
if (window.testRunner)
testRunner.dumpAsText();
</script>
<script nonce="noncynonce">
alert('PASS (1/2)');
</script>
<script nonce="noncy+/=nonce">
alert('PASS (2/2)');
</script>
</head>
<body>
<p>
This tests the effect of a valid script-nonce value. It passes if
no console warning is visible and the alerts are executed.
</p>
</body>
</html>