зеркало из https://github.com/mozilla/pjs.git
Bug 607018: Browser harness is always on top on Linux. r=gavin, a=tests
This commit is contained in:
Родитель
577070d6e4
Коммит
67e41000df
|
@ -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) {
|
||||
|
|
Загрузка…
Ссылка в новой задаче