blob: 4f86d011a301cc42f7b5b1fcebf83956a8f42a33 [file] [log] [blame]
<!doctype html>
<title>track CORS: No CORS, 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'}]};
</script>