summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/html/semantics/embedded-content/media-elements/track/track-element/cors/014.html
blob: a1d6a8b2957cd904a9aa6c8ecbcfe90bc69a5235 (plain)
1
2
3
4
5
6
7
8
9
10
<!doctype html>
<title>track CORS: No CORS, 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>