[PATCH 09/10] mshtml: Expose getComputedStyle to scripts.
Signed-off-by: Jacek Caban <jacek(a)codeweavers.com> --- dlls/mshtml/htmlwindow.c | 8 +------- dlls/mshtml/tests/documentmode.js | 16 ++++++++++++++++ dlls/mshtml/tests/elements.js | 17 +++++++++++++++++ 3 files changed, 34 insertions(+), 7 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=49970 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 === w8 (task log) === Task errors: TestBot process got stuck or died unexpectedly The previous 1 run(s) terminated abnormally === 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 === wvistau64 (task log) === Task errors: TestBot process got stuck or died unexpectedly The previous 1 run(s) terminated abnormally
participants (2)
-
Jacek Caban -
Marvin