OLD | NEW |
---|---|
1 // Copyright (c) 2013 The Chromium Authors. All rights reserved. | 1 // Copyright (c) 2013 The Chromium Authors. All rights reserved. |
2 // Use of this source code is governed by a BSD-style license that can be | 2 // Use of this source code is governed by a BSD-style license that can be |
3 // found in the LICENSE file. | 3 // found in the LICENSE file. |
4 | 4 |
5 document.write("g o o g l e"); | 5 chrome.tabs.create({ |
6 url: "test.html" | |
7 }); | |
not at google - send to devlin
2013/01/23 22:37:52
Is there a reason the test can't be entirely run f
Greg Spencer (Chromium)
2013/01/31 16:40:36
No. Done.
Greg Spencer (Chromium)
2013/01/31 16:43:01
[Whoops, forgot to change this comment before publ
not at google - send to devlin
2013/02/01 19:09:42
I think it will work, it's a matter of making the
Greg Spencer (Chromium)
2013/02/01 23:35:55
Huh, well I tried it again (before making your oth
| |
OLD | NEW |