1
    2
    3
    4
    5

content / test / data / launch_navigation_frame.html [blame]

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