blob: 814501b81669f3e70afd5a8dde044ee3f27e6b98 [file] [log] [blame]
<!DOCTYPE html>
<html>
<head>
<meta http-equiv="Content-Security-Policy" content="script-src 'unsafe-inline'; script-src 'none'">
<script>
if (window.testRunner) {
testRunner.dumpAsText();
}
</script>
<script>
alert('PASS (1/1)');
</script>
</head>
<body>
<p>
This tests the effect of duplicated directives. It passes if a
console warning is visible, and the alert() is executed.
</p>
</body>
</html>