blob: 2368184e78774773674357b01a94c9f5bd5d7adf [file] [log] [blame]
<!DOCTYPE html>
<html>
<head>
<script src='resources/multiple-iframe-test.js'></script>
<script>
var tests = [
['yes', 'default-src \'self\' script-src example.com', 'resources/script.js'],
['yes', "script-src 'self' object-src 'self' style-src * form-action 'self' base-uri 'self' plugin-types application/x-webkit-test-netscape", 'resources/script.js'],
];
</script>
</head>
<body onload="test()">
<p>If a web author forgets a semicolon, we should do our best to warn them
that the policy they've defined is probably not what they intended.</p>