Bug 607018: Browser harness is always on top on Linux. r=gavin, a=tests

This commit is contained in:
Dave Townsend 2010-10-25 16:38:01 -07:00
parent f8c4b75cfe
commit f88ef0a685

View File

@ -25,7 +25,7 @@ function testOnLoad() {
sstring.data = location.search;
ww.openWindow(window, "chrome://mochikit/content/browser-harness.xul", "browserTest",
"chrome,centerscreen,dialog,resizable,titlebar,toolbar=no,width=800,height=600", sstring);
"chrome,centerscreen,dialog=no,resizable,titlebar,toolbar=no,width=800,height=600", sstring);
}
function Tester(aTests, aDumper, aCallback) {