chromium/content/test/data/launch_navigation_frame.html

<body><script>
  let frame = document.createElement('iframe');
  document.body.appendChild(frame);
  const navigationEntry = frame.contentWindow.performance.getEntriesByType('navigation')[0];
</script>