blob: 302340022d31abdc9eb1576463cdcc086a91812d [file] [log] [blame]
<!doctype html>
<title>track CORS: Use Credentials, not same-origin, with headers, redirects to same-origin, no headers</title>
<script src="/resources/testharness.js"></script>
<script src="/resources/testharnessreport.js"></script>
<div id=log></div>
<script src=/common/utils.js></script>
<script src=support/common.js?pipe=sub></script>
<script>
var expected = {event:'error', requests:[{cors:origin, cookie:'yes'}, {cors:'null', cookie:'yes'}]};
</script>