Bug 1769564 [wpt PR 34073] - Add navigation_id to all types of performance entries...
[gecko.git] / testing / web-platform / tests / performance-timeline / navigation-id-long-task-task-attribution.tentative.html
blob662e17508b26dc671bf4ed25618a3b9ed9b0cac1
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: 4,
12 testName: 'long_task_task_attribution',
13 }, "Long Task/Task Attribution navigation id test");
14 </script>