blob: 64bae27fed669d2152a2074a42d947bea333b3d7 [file] [log] [blame]
<!DOCTYPE html>
<head>
<script src="/resources/testharness.js"></script>
<script src="/resources/testharnessreport.js"></script>
<script>
window.addEventListener('securitypolicyviolation', function(e) {
top.postMessage({result: 'fail', violatedDirective: e.violatedDirective}, '*');
});
</script>
<meta http-equiv="refresh" content="0; url={{GET[target]}}">
</head>
<body>
</body>