chromium/chrome/test/data/extensions/api_test/app_process/path1/iframe.html

<script>
  window.open(
      '/extensions/api_test/app_process/path1/empty.html',
      '',
      // Small enough that a popup will be created even on Chrome OS
      'width=200,height=200');
</script>