blob: 57b8671692f3de91898a6bc05c32d296c80654d7 [file] [log] [blame]
<!DOCTYPE html>
<html>
<head>
<script src='resources/multiple-iframe-test.js'></script>
<script>
var tests = [
['yes', 'script-src http:', 'resources/script.js'],
['no', 'script-src https:', 'resources/script.js'],
['no', 'script-src https: ', 'resources/script.js'],
['no', 'script-src https://', 'resources/script.js']
];
</script>
</head>
<body onload="test()">
<p>
None of these scripts should execute even though there are parse errors in the policy.
</p>