blob: 2850a24e17e331e907ac303d69439061cedc7b2f [file] [log] [blame]
<!doctype html>
<title>track CORS: No CORS, 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:'no', cookie:'yes'}, {cors:'no', cookie:'yes'}]};
</script>