Chromium Code Reviews| Index: chrome/test/data/extensions/api_test/offscreen_tabs/a.js |
| diff --git a/chrome/test/data/extensions/api_test/offscreen_tabs/a.js b/chrome/test/data/extensions/api_test/offscreen_tabs/a.js |
| new file mode 100644 |
| index 0000000000000000000000000000000000000000..7a7e4ef6df5769481ea34ab9b505a34d8c431c1d |
| --- /dev/null |
| +++ b/chrome/test/data/extensions/api_test/offscreen_tabs/a.js |
| @@ -0,0 +1,4 @@ |
| +onkeypress = function(e) { |
| + if (e.charCode == Q_KEY) |
| + window.location = 'c.html'; |
| +}; |