Bug 916158 - Remove spurious setIntPref. r=jmaher

This commit is contained in:
Martijn Wargers 2013-09-13 22:13:30 +02:00
parent ee96afe54a
commit c6350b5991

View File

@ -43,7 +43,7 @@ checkPixelRelativeUnits();
SimpleTest.waitForExplicitFinish();
SpecialPowers.pushPrefEnv({'set': [['layout.css.dpi', 96]]}, test1);
SpecialPowers.pushPrefEnv({'set': [['layout.css.dpi', dpi=96]]}, test1);
var mozmmSize;
function test1() {
@ -54,8 +54,7 @@ function test1() {
checkPixelRelativeUnits();
SpecialPowers.setIntPref("layout.css.dpi", dpi = 192);
SpecialPowers.pushPrefEnv({'set': [['layout.css.dpi', 192]]}, test2);
SpecialPowers.pushPrefEnv({'set': [['layout.css.dpi', dpi=192]]}, test2);
}
function test2() {