mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-27 23:02:20 +00:00
Bug 1211647 - Runtime graphics testing visible during session restore. r=mchang
--HG-- extra : rebase_source : 802c4758f4b020c6f610e0e341e949b8f6df2729
This commit is contained in:
parent
2a28b554e5
commit
4f4f62eb2b
@ -345,7 +345,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.
|
||||
|
Loading…
Reference in New Issue
Block a user