mshtml: Fix NULL offset parent handling in IHTMLElement::get_offsetParent.
commit35d0fda0f044497df90d1ef5c1e2e359e8d3166e
authorDmitry Kislyuk <dimaki@rocketmail.com>
Mon, 29 Mar 2021 11:21:43 +0000 (29 13:21 +0200)
committerAlexandre Julliard <julliard@winehq.org>
Mon, 29 Mar 2021 16:42:46 +0000 (29 18:42 +0200)
tree059e5a93a0f4b156e316c3da63171644b9495ca2
parent7b52ece404dacae83a19235f3c981d4e0bef50fd
mshtml: Fix NULL offset parent handling in IHTMLElement::get_offsetParent.

Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=50875
Signed-off-by: Dmitry Kislyuk <dimaki@rocketmail.com>
Signed-off-by: Jacek Caban <jacek@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
dlls/mshtml/htmlelem.c
dlls/mshtml/tests/dom.c