- add sources.
[platform/framework/web/crosswalk.git] / src / chrome / test / data / extensions / api_test / app_process / path3 / iframe.html
1 <script>
2   // Open popup to another normal web page, same-origin and non-app.
3   window.open(
4       '/extensions/api_test/app_process/path3/empty.html',
5       '',
6       // Small enough that a popup will be created even on Chrome OS
7       'width=200,height=200');
8 </script>