1
    2
    3
    4
    5
    6
    7
    8
    9

fuchsia_web / webengine / test / data / popup_multiple.html [blame]

<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>