Bug 1000722 - Many B2G reftests fail after enabling OOP, because partial drawWindow calls are drawing too small an area. r=dbaron

This commit is contained in:
CJKu 2014-06-18 21:39:00 +02:00
parent 4923220caa
commit 6896551139

View File

@ -271,7 +271,7 @@ this.OnRefTestLoad = function OnRefTestLoad(win)
gBrowser.setAttribute("mozasyncpanzoom", "true");
// Make sure the browser element is exactly 800x1000, no matter
// what size our window is
gBrowser.setAttribute("style", "min-width: 800px; min-height: 1000px; max-width: 800px; max-height: 1000px");
gBrowser.setAttribute("style", "padding: 0px; margin: 0px; border:none; min-width: 800px; min-height: 1000px; max-width: 800px; max-height: 1000px");
#ifdef BOOTSTRAP
#ifdef REFTEST_B2G