<!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> |