Bug 862655 - Increase a margin number a bit to accommodate the taller title bar on Windows with DWM enabled. r=Enn

This commit is contained in:
Masatoshi Kimura 2014-11-24 22:18:08 +09:00
parent 381b96c627
commit e98ac733a2

View File

@ -196,7 +196,7 @@ var tests = [
if (navigator.platform.indexOf("Linux") < 0) {
ok(panelrect.top >= 210 - mozInnerScreenY + 10, testname + "top greater");
}
ok(panelrect.top <= 210 - mozInnerScreenY + 30, testname + "top less");
ok(panelrect.top <= 210 - mozInnerScreenY + 32, testname + "top less");
is(panelrect.width, 120, testname + "width");
is(panelrect.height, 40, testname + "height");