Module: wine Branch: master Commit: 6f37e50a1dd6fbfacbace83d08d9ef8a3dd7e3e2 URL: https://source.winehq.org/git/wine.git/?a=commit;h=6f37e50a1dd6fbfacbace83d0...
Author: Gabriel Ivăncescu gabrielopcode@gmail.com Date: Wed Dec 1 15:41:52 2021 +0200
mshtml: Associate props with attributes for IE8 mode, but keep them stringified.
For non-builtin props, getAttribute retrieves the stringified value of the prop. setAttribute also stringifies the value if it's a builtin only.
Signed-off-by: Gabriel Ivăncescu gabrielopcode@gmail.com Signed-off-by: Jacek Caban jacek@codeweavers.com Signed-off-by: Alexandre Julliard julliard@winehq.org
---
dlls/mshtml/htmlelem.c | 83 +++++++++++++++++++++++++++++++-------- dlls/mshtml/tests/documentmode.js | 77 +++++++++++++++++++++++++++++------- 2 files changed, 129 insertions(+), 31 deletions(-)
Diff: https://source.winehq.org/git/wine.git/?a=commitdiff;h=6f37e50a1dd6fbfacbace...