Log Message:
-----------
fix Window.getDocumentRoot() for safary
It looks like existing getDocumentRoot() override for safary does not work any more (tested on Chromium 21).
Replace it with just returning doc().body.
After this Window.getScrollTop() started to work again.