blob: ede1e086da49eb3b7f226672e16e4393e9d756d2 [file] [log] [blame]
<!DOCTYPE html>
<html>
<head>
<script src='resources/multiple-iframe-test.js'></script>
<script>
var tests = [
['yes', 'allow \'none\'', 'resources/script.js'],
['yes', 'options \'inline-script\'', 'resources/script.js'],
['yes', 'policy-uri http://example.com/policy', 'resources/script.js'],
];
</script>
</head>
<body onload="test()">
<p>
Test that directives that predate the CSP 1.0 standard generate proper
warnings to set developer expectations correctly.
</p>