Fix layout object lifecycle in HTMLElement.offset*

In HTMLElement.offset{Left,Top,Width,Height}, it calls offsetParent,
which may cause style recalculation and layout object will be recreated.

BUG=625903

Review-Url: https://codereview.chromium.org/2126713003
Cr-Commit-Position: refs/heads/master@{#404081}
2 files changed