blob: 0ec5bc32910e5f4408cdb448f763f0b431ac1e76 [file] [log] [blame]
<!doctype html>
<title>track CORS: Anonymous, same-origin, no 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:'no', cookie:'yes'}]};
</script>