Bug 1211647 - Runtime graphics testing window should not be visible after update. r=mchang

MozReview-Commit-ID: 46Bi2eW5NB5
This commit is contained in:
Jared Wein
2016-05-24 10:35:44 -04:00
parent 95e60db9e1
commit d5b5c7ed00

View File

@@ -304,7 +304,7 @@ SanityTest.prototype = {
var sanityTest = Services.ww.openWindow(null,
"chrome://gfxsanity/content/sanityparent.html",
"Test Page",
"width=" + PAGE_WIDTH + ",height=" + PAGE_HEIGHT + ",chrome,titlebar=0,scrollbars=0",
"width=" + PAGE_WIDTH + ",height=" + PAGE_HEIGHT + ",chrome,titlebar=0,scrollbars=0,popup=1",
null);
// There's no clean way to have an invisible window and ensure it's always painted.