Chromium Code Reviews| OLD | NEW |
|---|---|
| (Empty) | |
| 1 <script> | |
| 2 // Open popup to another normal web page, same-origin and non-app. | |
| 3 window.open( | |
| 4 '/files/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> | |
| OLD | NEW |