browser_bug405137.js
Go to the documentation of this file.
1 function test(){
2  var tab = gBrowser.addTab();
3  ok(tab.getAttribute("closetabtext") != "", "tab has non-empty closetabtext");
4  gBrowser.removeTab(tab);
5 }
var tab
function test()