Source code

Revision control

Copy as Markdown

Other Tools

<!DOCTYPE html>
<html>
<body>
<script nonce='abc'>
top.postMessage('cookie set', '*');
</script>
<script>
// This script block will trigger a violation report.
alert('FAIL');
</script>
</body>
</html>