resource-reload-TAO.html (563B)
1 <!doctype html> 2 <html> 3 <head> 4 <meta charset="utf-8" /> 5 <title>Resource Timing - TAO on reload</title> 6 <link rel="author" title="Google" href="http://www.google.com/" /> 7 <link rel="help" href="https://www.w3.org/TR/resource-timing-2/#sec-timing-allow-origin"/> 8 <script src="/resources/testharness.js"></script> 9 <script src="/resources/testharnessreport.js"></script> 10 </head> 11 <body> 12 <iframe id="test_iframe" src="resources/iframe-reload-TAO.html"></iframe> 13 <script> 14 window.onload = () => { 15 fetch_tests_from_window(test_iframe.contentWindow); 16 }; 17 </script> 18 </body>