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