chromium/chrome/test/data/banners/link_capturing/scope_b/destination.html

<html>

<head>
  <title>Web app scope_b test page for link capturing tests</title>
  <script src="../launch_detector.js"></script>
</head>

<body onload="signalNavigationComplete(/*delay=*/ 0)">
  <!-- Use `delay` to slow down execution of the test (so that you can
    see what is happening during manual runs). -->
  <h1>Destination in scope B</h1>
</body>

</html>