blob: ac2b23bb979b6b6db77f9808e2f1f7615f7efb93 [file] [log] [blame]
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>Resource Timing - CORS requests</title>
<link rel="help" href="https://w3c.github.io/resource-timing/#cross-origin-resources">
<script src="/resources/testharness.js"></script>
<script src="/resources/testharnessreport.js"></script>
<script src="resources/rt-utilities.sub.js"></script>
</head>
<body>
<h1>Resource Timing: CORS requests</h1>
<div id="log"></div>
<script src="rt-cors.js"></script>
</body>
</html>