summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/resource-timing/resource-reload-TAO.html
blob: 83a1e921bb4f65b24806d4b9bc46a8c1b599551a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
<!doctype html>
<html>
<head>
<meta charset="utf-8" />
<title>Resource Timing - TAO on reload</title>
<link rel="author" title="Google" href="http://www.google.com/" />
<link rel="help" href="https://www.w3.org/TR/resource-timing-2/#sec-timing-allow-origin"/>
<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>