navigation-id-element-timing.tentative.html (545B)
1 <!DOCTYPE HTML> 2 <meta name="timeout" content="long"> 3 <script src="/resources/testharness.js"></script> 4 <script src="/resources/testharnessreport.js"></script> 5 <script src="/common/utils.js"></script> 6 <script src="/common/dispatcher/dispatcher.js"></script> 7 <script src="/html/browsers/browsing-the-web/back-forward-cache/resources/helper.sub.js"></script> 8 <script src="navigation-id.helper.js"></script> 9 <script> 10 runNavigationIdTest({ 11 navigationTimes: 3, 12 testName: 'element_timing', 13 }, "Element Timing navigation id test"); 14 </script>