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