https://github.com/web-platform-tests/wpt
Revision 951ade940eacfdad4de7530058690a10637a277d authored by Geoffrey Sneddon on 09 April 2018, 11:49:58 UTC, committed by Geoffrey Sneddon on 09 April 2018, 11:49:58 UTC
1 parent 5d7a6b3
Raw File
Tip revision: 951ade940eacfdad4de7530058690a10637a277d authored by Geoffrey Sneddon on 09 April 2018, 11:49:58 UTC
fixup! Move the config into its own class
Tip revision: 951ade9
resource-timing.html
<!DOCTYPE html>
<html>
<head>
  <title>Resource-Timing Level 1</title>
  <!-- To aid debugability, explicitly link the testharness's CSS to avoid demand
       loading it while the test executes. -->
  <script src="/resources/testharness.js"></script>
  <script src="/resources/testharnessreport.js"></script>

  <link rel="author" title="Microsoft" href="http://www.microsoft.com/">
  <link rel="help" href="https://w3c.github.io/resource-timing/">
</head>
<body>
  <div id="log"></div>
  <pre id="output"></pre>
  <script src="resource-timing.js"></script>
</body>
</html>
back to top