| Todd Reifsteck | b876bb9 | 2016-06-21 18:27:04 | [diff] [blame] | 1 | <!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> |