Loading dom/events/test/test_bug1013412.html +1 −1 Original line number Diff line number Diff line Loading @@ -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(); } Loading Loading
dom/events/test/test_bug1013412.html +1 −1 Original line number Diff line number Diff line Loading @@ -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(); } Loading