Backed out changeset e56739ee253b (bug 1000722) for causing failures in outer-svg-border-and-padding-01.svg; CLOSED TREE

This commit is contained in:
Ed Morley 2014-06-24 15:38:23 +01:00
parent 026fe9a703
commit e801b5be57

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", "padding: 0px; margin: 0px; border:none; min-width: 800px; min-height: 1000px; max-width: 800px; max-height: 1000px");
gBrowser.setAttribute("style", "min-width: 800px; min-height: 1000px; max-width: 800px; max-height: 1000px");
#ifdef BOOTSTRAP
#ifdef REFTEST_B2G