Source code

Revision control

Copy as Markdown

Other Tools

<!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>