| commit | 5c480f3117fe314b8cace4f33b84020e9e3424e2 | [log] [tgz] |
|---|---|---|
| author | kochi <kochi@chromium.org> | Thu Jul 07 05:07:11 2016 |
| committer | Commit bot <commit-bot@chromium.org> | Thu Jul 07 05:09:07 2016 |
| tree | 0813144d84cf0440263fa9e7badd6801ff922ff5 | |
| parent | 3f0ed597259306c8e939e15b571ad2bc8aa5aebf [diff] |
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}