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