chromium/fuchsia_web/webengine/test/data/popup_multiple.html

<html>
  <head><title>Let's Spawn Popups Like It's 2005</title></head>
  <body>
    <script>
      window.open('title1.html');
      window.open('title2.html');
    </script>
  </body>
</html>