Source code
Revision control
Copy as Markdown
Other Tools
Test Info:
- This WPT test may be referenced by the following Test IDs:
- /resource-timing/resource-reload-TAO.html - WPT Dashboard Interop Dashboard
<!doctype html>
<html>
<head>
<meta charset="utf-8" />
<title>Resource Timing - TAO on reload</title>
<script src="/resources/testharness.js"></script>
<script src="/resources/testharnessreport.js"></script>
</head>
<body>
<iframe id="test_iframe" src="resources/iframe-reload-TAO.html"></iframe>
<script>
window.onload = () => {
fetch_tests_from_window(test_iframe.contentWindow);
};
</script>
</body>