blob: 62b1008a417a399a1594c5fe2418471fe5ae9703 [file] [log] [blame]
<!doctype html>
<title>track CORS: Anonymous, not same-origin, with headers, redirects to not 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:'no'}, {cors:origin, cookie:'no'}]};
</script>