gavin%gavinsharp.com 0b1735dc51 Bug 387895: add sample tests for the browser-chrome framework, r=robcee
git-svn-id: svn://10.0.0.236/trunk@229814 18797224-902f-48f8-a5cc-f745e15eee43
2007-07-12 15:43:08 +00:00

5 lines
127 B
JavaScript

function test() {
ok(!!gBrowser, "gBrowser exists");
is(gBrowser, getBrowser(), "both ways of getting tabbrowser work");
}