tor-browser

The Tor Browser
git clone https://git.dasho.dev/tor-browser.git
Log | Files | Refs | README | LICENSE

resource-timing-level1.sub.html (624B)


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