summaryrefslogtreecommitdiffstats
path: root/docshell/test/test_bug1186774.html
diff options
context:
space:
mode:
Diffstat (limited to 'docshell/test/test_bug1186774.html')
-rw-r--r--docshell/test/test_bug1186774.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/docshell/test/test_bug1186774.html b/docshell/test/test_bug1186774.html
index 52ef5f62c..623e7996b 100644
--- a/docshell/test/test_bug1186774.html
+++ b/docshell/test/test_bug1186774.html
@@ -28,7 +28,7 @@ function runTest() {
}
child.onpopstate = function() {
- is(child.scrollY, 6000, "Shouldn't have scrolled before popstate");
+ is(Math.round(child.scrollY), 6000, "Shouldn't have scrolled before popstate");
child.close();
SimpleTest.finish();
}