Bug 1211647 - Runtime graphics testing visible during session restore. r=mchang

MozReview-Commit-ID: 46Bi2eW5NB5

--HG--
extra : amend_source : 33fa624f98cac2a888ab7dca3207beb2f35c99d0
extra : transplant_source : %FE%E24%EAm%BC%22%F97%7B%3B%F6%BA%E7%F7%04%07x%BF%86
This commit is contained in:
Jared Wein 2016-04-28 13:14:22 -04:00
Родитель 48a594a09e
Коммит 8be77d1f4f
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -304,7 +304,7 @@ SanityTest.prototype = {
var sanityTest = Services.ww.openWindow(null, var sanityTest = Services.ww.openWindow(null,
"chrome://gfxsanity/content/sanityparent.html", "chrome://gfxsanity/content/sanityparent.html",
"Test Page", "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); null);
// There's no clean way to have an invisible window and ensure it's always painted. // There's no clean way to have an invisible window and ensure it's always painted.