Backout patch for bug 1211647 to allow more time for investigating startup hang/crash on debug builds. r=me

MozReview-Commit-ID: CuG6yjUFQIt
This commit is contained in:
Jared Wein
2016-05-25 00:15:49 -04:00
parent d2263e9825
commit 2e68ede24e

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,popup=1",
"width=" + PAGE_WIDTH + ",height=" + PAGE_HEIGHT + ",chrome,titlebar=0,scrollbars=0",
null);
// There's no clean way to have an invisible window and ensure it's always painted.