mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-02-05 05:30:29 +00:00
Bug 607018: Browser harness is always on top on Linux. r=gavin, a=tests
This commit is contained in:
parent
f8c4b75cfe
commit
f88ef0a685
@ -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) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user