summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/resource-timing/resource-timing-level1.sub.html
blob: 093d2542218fbe48b134230b4d9d65e1ef1d4c10 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
<!DOCTYPE html>
<html>
<head>
  <title>Resource-Timing Level 1</title>
  <meta name="timeout" content="long">
  <!-- 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-level1.js"></script>
</body>
</html>