Chromium Code Reviews| OLD | NEW |
|---|---|
| (Empty) | |
| 1 { | |
| 2 "name": "chrome.windows.create() and window.opener behavior", | |
| 3 "version": "0.1", | |
| 4 "description": "Tests the window.opener property can be preserved with certain combinations of chrome.windows.create and window.open.", | |
| 5 "background_page": "test.html", | |
| 6 "permissions": ["tabs"] | |
| 7 } | |
| OLD | NEW |