http://gwt-code-reviews.appspot.com/34827/diff/9/1002
File user/test/com/google/gwt/dom/client/ElementTest.java (right):

http://gwt-code-reviews.appspot.com/34827/diff/9/1002#newcode238
Line 238: assertEquals(absTop, div.getAbsoluteTop());
The diff is a bit weird here, because it looks a lot like the original
testGetAbsolutePositionWhenScrolled() that used to be here. But it's a
new method altogether.

http://gwt-code-reviews.appspot.com/34827/diff/9/1002#newcode314
Line 314: assertFalse(Element.is(null));
More sort cruft. Sorry about that.

http://gwt-code-reviews.appspot.com/34827/diff/9/1002#newcode432
Line 432: assertEquals(outer.getScrollLeft(), 0);
This used to be called testGetAbsolutePositionWhenScrolled(), but that
was completely incorrect, as it didn't test getAbsoluteLeft/Top() at
all.

http://gwt-code-reviews.appspot.com/34827

--~--~---------~--~----~------------~-------~--~----~
http://groups.google.com/group/Google-Web-Toolkit-Contributors
-~----------~----~----~----~------~----~------~--~---

Reply via email to