Backed out bug 1211647 changeset 3c11b1d79787 due to potential crashes. r=me

This commit is contained in:
Mason Chang
2016-04-28 19:34:27 -04:00
parent a08f7619e6
commit bb718479c6

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.