Source code
Revision control
Copy as Markdown
Other Tools
Test Info: Warnings
- This test has a WPT meta file that disables it given conditions:
- os == "mac" : https://bugzilla.mozilla.org/show_bug.cgi?id=1543604
- os == "android" : https://bugzilla.mozilla.org/show_bug.cgi?id=1543604
- This WPT test may be referenced by the following Test IDs:
- /resource-timing/resource-timing-level1.sub.html - WPT Dashboard Interop Dashboard
<!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>
</head>
<body>
<div id="log"></div>
<pre id="output"></pre>
<script src="resource-timing-level1.js"></script>
</body>
</html>