| OLD | NEW |
| 1 <script> | 1 <script> |
| 2 // Open popup to another normal web page, same-origin and non-app. | 2 // Open popup to another normal web page, same-origin and non-app. |
| 3 window.open( | 3 window.open( |
| 4 '/files/extensions/api_test/app_process/path3/empty.html', | 4 '/extensions/api_test/app_process/path3/empty.html', |
| 5 '', | 5 '', |
| 6 // Small enough that a popup will be created even on Chrome OS | 6 // Small enough that a popup will be created even on Chrome OS |
| 7 'width=200,height=200'); | 7 'width=200,height=200'); |
| 8 </script> | 8 </script> |
| OLD | NEW |