chromium/third_party/blink/web_tests/html/sections/body-offset-properties-expected.txt

The body should have 0 for both offsetLeft and offsetTop.

body.offsetParent = null
body.offsetLeft = 0
body.offsetTop = 0