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

<html>

<head>
  <title>Web app scope_x 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 X (not installed)</h1>
</body>

</html>