Skip to content

Commit

Permalink
Tests: Safari needs wider range...
Browse files Browse the repository at this point in the history
  • Loading branch information
Reinmar committed Jan 21, 2015
1 parent 9cfa085 commit 3ca0e59
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/core/dom/element/element.js
Expand Up @@ -548,11 +548,11 @@ bender.test( appendDomObjectTests(
var scrolledElementPosition = scrolledElement.getDocumentPosition();

assert.isNumberInRange(
scrolledElementPosition.x, 3499, 3501,
scrolledElementPosition.x, 3498, 3502,
'Horizontal position read correctly.'
);
assert.isNumberInRange(
scrolledElementPosition.y, 2999, 3001,
scrolledElementPosition.y, 2998, 3002,
'Vertical position read correctly.'
);
},
Expand Down

0 comments on commit 3ca0e59

Please sign in to comment.