chromium/third_party/blink/web_tests/external/wpt/performance-timeline/navigation-id-resource-timing.tentative.html

<!DOCTYPE HTML>
<meta name="timeout" content="long">
<script src="/resources/testharness.js"></script>
<script src="/resources/testharnessreport.js"></script>
<script src="/common/utils.js"></script>
<script src="/common/dispatcher/dispatcher.js"></script>
<script src="/html/browsers/browsing-the-web/back-forward-cache/resources/helper.sub.js"></script>
<script src="navigation-id.helper.js"></script>
<script>
  runNavigationIdTest({
    navigationTimes: 3,
    testName: 'resource_timing',
  }, "Resource Timing navigation id test");
</script>