blob: 7e8c6ae843e890858a78d0acd0bbbecee0097b69 [file] [log] [blame]
<!DOCTYPE html>
<html>
<head>
<title>Script Hash allow hash in default-src</title>
<script src="../../../resources/testharness.js"></script>
<script src="../../../resources/testharnessreport.js"></script>
<meta http-equiv="Content-Security-Policy" content="default-src * 'sha256-VKJNmgF7w7iDmeQkkS6N0w3ba0ryI7lW5tuU6dwlE/w='">
</head>
<script>
setup({single_test: true});
done();
</script>
</html>