blob: 34d5a75a1c37c3c0d90889a56b367e8f80ed736d [file] [log] [blame]
<!DOCTYPE html>
<html>
<head>
<script src='resources/multiple-iframe-test.js'></script>
<script>
var tests = [
['yes', 'script-src\thttp://127.0.0.1:8000', 'resources/script.js'],
['yes', 'script-src http://127.0.0.1:8000 \t ', 'resources/script.js'],
['yes', 'script-src http://127.0.0.1:* ', 'resources/script.js'],
['yes', 'script-src \'self\' chrome-extension-resource: ;', 'resources/script.js'],
];
</script>
</head>
<body onload="test()">
<p>
These scripts should execute even though there are parse errors in the policy.
</p>