[PATCH 08/10] mshtml: Add IHTMLWindow7::getComputedStyle implementation.
Signed-off-by: Jacek Caban <jacek(a)codeweavers.com> --- dlls/mshtml/htmlstyle.c | 22 ++++++++++++++++++++ dlls/mshtml/htmlstyle.h | 1 + dlls/mshtml/htmlwindow.c | 39 ++++++++++++++++++++++++++++++++++-- dlls/mshtml/mshtml_private.h | 1 + dlls/mshtml/tests/dom.c | 31 ++++++++++++++++++++++++++++ 5 files changed, 92 insertions(+), 2 deletions(-)
Hi, While running your changed tests, 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=49969 Your paranoid android. === wvistau64 (32 bit report) === mshtml: dom.c:6933: Test failed: Could not get {305107d1-98b5-11cf-bb82-00aa00bdce0b} interface: 80004002 === wvistau64_zh_CN (32 bit report) === mshtml: dom.c:6933: Test failed: Could not get {305107d1-98b5-11cf-bb82-00aa00bdce0b} interface: 80004002 === wvistau64_fr (32 bit report) === mshtml: dom.c:6933: Test failed: Could not get {305107d1-98b5-11cf-bb82-00aa00bdce0b} interface: 80004002 === wvistau64_he (32 bit report) === mshtml: dom.c:6933: Test failed: Could not get {305107d1-98b5-11cf-bb82-00aa00bdce0b} interface: 80004002 === w2008s64 (32 bit report) === mshtml: dom.c:6933: Test failed: Could not get {305107d1-98b5-11cf-bb82-00aa00bdce0b} interface: 80004002 === wvistau64 (64 bit report) === mshtml: dom.c:6933: Test failed: Could not get {305107d1-98b5-11cf-bb82-00aa00bdce0b} interface: 80004002 === w2008s64 (64 bit report) === mshtml: dom.c:6933: Test failed: Could not get {305107d1-98b5-11cf-bb82-00aa00bdce0b} interface: 80004002
participants (2)
-
Jacek Caban -
Marvin