blob: f0f81953fca75537988eeb20b21ee82f1e93ac2e [file] [log] [blame]
<!doctype html>
<title>track CORS: Use Credentials, same-origin, with headers, redirects to not same-origin, with headers, redirects to same-origin, with 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:'load', requests:[{cors:'no', cookie:'yes'}, {cors:origin, cookie:'yes'}, {cors:'null', cookie:'yes'}]};
</script>