blob: 6019d37b63da061261752bffd5c35e9a019dcac1 [file] [log] [blame]
<!doctype html>
<title>track CORS: Anonymous, 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:'load', requests:[{cors:'no', cookie:'yes'}, {cors:origin, cookie:'no'}]};
</script>