Commit ce19e15e authored by Hiroyuki Ikezoe's avatar Hiroyuki Ikezoe Committed by hikezoe.birchill@mozilla.com
Browse files

Bug 1967635 - Allow 1px difference in test_bug1013412.html. r=dholbert

parent 57a1bf36
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -90,7 +90,7 @@ function runTest() {
    return;
  }
  var scrollbox = document.getElementById('scrollbox');
  is(content.scrollTop, content.scrollTopMax, "We should have scrolled to the bottom of the scrollframe");
  isfuzzy(content.scrollTop, content.scrollTopMax, 1, "We should have scrolled to the bottom of the scrollframe");
  is(rotationAdjusted, false, "The rotation should not have been adjusted");
  SimpleTest.finish();
}