Bug 1054815 - Fix browser_tabview_bug712203.js to not connect to google.com r=smacleod

This commit is contained in:
Tim Taubert 2014-08-18 11:38:24 +02:00
Родитель b97ca06eb4
Коммит 63777f2ba6
1 изменённых файлов: 2 добавлений и 2 удалений

Просмотреть файл

@ -9,13 +9,13 @@ function test() {
let newState = {
windows: [{
tabs: [{
entries: [{ url: "http://www.google.com" }],
entries: [{ url: "about:mozilla" }],
hidden: true,
attributes: {},
extData: {
"tabview-tab":
'{"bounds":{"left":21,"top":29,"width":204,"height":153},' +
'"userSize":null,"url":"http://www.google.com","groupID":1,' +
'"userSize":null,"url":"about:mozilla","groupID":1,' +
'"imageData":null,"title":null}'
}
},{