| <!DOCTYPE html> |
| <html> |
| <head> |
| <meta charset="utf-8"> |
| <title>Resource Timing - Performance Extensions</title> |
| <meta name="assert" content="Resource Timing Performance Extensions"> |
| <link rel="help" href="https://w3c.github.io/resource-timing/#extensions-performance-interface"> |
| <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: Performance Extensions</h1> |
| <div id="log"></div> |
| <script src="rt-performance-extensions.js"></script> |
| </body> |
| </html> |