blob: 9f899f7ac4f0886f30d0b4bcb183dfbf00e1be19 [file] [log] [blame]
Todd Reifsteckb876bb92016-06-21 18:27:041<!DOCTYPE html>
2<html>
3<head>
4 <title>Resource-Timing Level 1</title>
5 <!-- To aid debugability, explicitly link the testharness's CSS to avoid demand
6 loading it while the test executes. -->
7 <script src="/resources/testharness.js"></script>
8 <script src="/resources/testharnessreport.js"></script>
9
10 <link rel="author" title="Microsoft" href="http://www.microsoft.com/">
11 <link rel="help" href="https://w3c.github.io/resource-timing/">
12</head>
13<body>
14 <div id="log"></div>
15 <pre id="output"></pre>
16 <script src="resource-timing.js"></script>
17</body>
18</html>