blob: 122f64c88ea3c1b0fd5f98e1c7579fbccdc91e97 [file] [log] [blame]
<!DOCTYPE html>
<html>
<head>
<script src='resources/multiple-iframe-test.js'></script>
<script>
var tests = [
['yes', 'script-src http://*.0.1:8000', 'resources/script.js'],
['yes', 'script-src http://*.0.1:8000/', 'resources/script.js'],
['yes', 'script-src http://*.0.1:*', 'resources/script.js'],
['yes', 'script-src http://*.0.1:*/', 'resources/script.js'],
];
</script>
</head>
<body onload="test()">
<p>Host wildcards should work correctly.</p>