[PATCH 3/3] mshtml: Implement known IHTMLCSSStyleDeclaration BSTR properties.
Signed-off-by: Jacek Caban <jacek(a)codeweavers.com> --- dlls/mshtml/htmlstyle.c | 360 +++++++++++++++++++++++----------------------- dlls/mshtml/tests/style.c | 27 +++- 2 files changed, 206 insertions(+), 181 deletions(-)
Hi, While running your changed tests on Windows, I think I found new failures. Being a bot and all I'm not very good at pattern recognition, so I might be wrong, but could you please double-check? Full results can be found at: https://testbot.winehq.org/JobDetails.pl?Key=41458 Your paranoid android. === wvistau64 (32 bit Windows report) === mshtml: style.c:2657: Test failed: pageBreakAfter = L"right" style.c:2657: Test failed: pageBreakAfter = L"right" === wvistau64_zh_CN (32 bit Windows report) === mshtml: style.c:2657: Test failed: pageBreakAfter = L"right" style.c:2657: Test failed: pageBreakAfter = L"right" === wvistau64_fr (32 bit Windows report) === mshtml: style.c:2657: Test failed: pageBreakAfter = L"right" style.c:2657: Test failed: pageBreakAfter = L"right" === wvistau64_he (32 bit Windows report) === mshtml: style.c:2657: Test failed: pageBreakAfter = L"right" style.c:2657: Test failed: pageBreakAfter = L"right" === w2008s64 (32 bit Windows report) === mshtml: style.c:2657: Test failed: pageBreakAfter = L"right" style.c:2657: Test failed: pageBreakAfter = L"right" === w7u (32 bit Windows report) === mshtml: style.c:2657: Test failed: pageBreakAfter = L"right" style.c:2657: Test failed: pageBreakAfter = L"right" === w7pro64 (32 bit Windows report) === mshtml: style.c:2657: Test failed: pageBreakAfter = L"right" style.c:2657: Test failed: pageBreakAfter = L"right" === w8 (32 bit Windows report) === mshtml: style.c:2657: Test failed: pageBreakAfter = L"right" style.c:2657: Test failed: pageBreakAfter = L"right" === w8adm (32 bit Windows report) === mshtml: style.c:2657: Test failed: pageBreakAfter = L"right" style.c:2657: Test failed: pageBreakAfter = L"right" === w864 (32 bit Windows report) === mshtml: style.c:2657: Test failed: pageBreakAfter = L"right" style.c:2657: Test failed: pageBreakAfter = L"right" === w1064 (32 bit Windows report) === mshtml: style.c:2657: Test failed: pageBreakAfter = L"right" style.c:2657: Test failed: pageBreakAfter = L"right" === wvistau64 (64 bit Windows report) === mshtml: style.c:2657: Test failed: pageBreakAfter = L"right" style.c:2657: Test failed: pageBreakAfter = L"right" === w2008s64 (64 bit Windows report) === mshtml: style.c:2657: Test failed: pageBreakAfter = L"right" style.c:2657: Test failed: pageBreakAfter = L"right" === w7pro64 (64 bit Windows report) === mshtml: style.c:2657: Test failed: pageBreakAfter = L"right" style.c:2657: Test failed: pageBreakAfter = L"right" === w864 (64 bit Windows report) === mshtml: style.c:2657: Test failed: pageBreakAfter = L"right" style.c:2657: Test failed: pageBreakAfter = L"right" === w1064 (64 bit Windows report) === mshtml: style.c:2657: Test failed: pageBreakAfter = L"right" style.c:2657: Test failed: pageBreakAfter = L"right"
participants (2)
-
Jacek Caban -
Marvin