[PATCH 5/6] mshtml: Add IHTMLRectCollection implementation.
Signed-off-by: Jacek Caban <jacek(a)codeweavers.com> --- dlls/mshtml/htmlelem.c | 83 +++++++++++++++++++++++++++++++++-- dlls/mshtml/tests/elements.js | 18 ++++++++ 2 files changed, 98 insertions(+), 3 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=50048 Your paranoid android. === build (build log) === error: patch failed: dlls/mshtml/htmlstyle.h:137 error: patch failed: dlls/mshtml/htmlwindow.c:38 error: patch failed: dlls/mshtml/mshtml_private.h:128 error: patch failed: dlls/mshtml/tests/dom.c:6879 error: patch failed: dlls/mshtml/htmlwindow.c:3499 error: patch failed: dlls/mshtml/tests/documentmode.js:105 error: patch failed: dlls/mshtml/tests/elements.js:235 error: patch failed: dlls/mshtml/htmlstyle.c:3158 error: patch failed: dlls/mshtml/htmlelem.c:553 error: patch failed: dlls/mshtml/mshtml_private.h:210 error: patch failed: dlls/mshtml/nsiface.idl:147 error: patch failed: dlls/mshtml/tests/dom.c:5161 error: patch failed: dlls/mshtml/htmlelem.c:650 error: patch failed: dlls/mshtml/tests/elements.js:339 Task: Patch failed to apply === debian9 (build log) === error: patch failed: dlls/mshtml/htmlstyle.h:137 error: patch failed: dlls/mshtml/htmlwindow.c:38 error: patch failed: dlls/mshtml/mshtml_private.h:128 error: patch failed: dlls/mshtml/tests/dom.c:6879 error: patch failed: dlls/mshtml/htmlwindow.c:3499 error: patch failed: dlls/mshtml/tests/documentmode.js:105 error: patch failed: dlls/mshtml/tests/elements.js:235 error: patch failed: dlls/mshtml/htmlstyle.c:3158 error: patch failed: dlls/mshtml/htmlelem.c:553 error: patch failed: dlls/mshtml/mshtml_private.h:210 error: patch failed: dlls/mshtml/nsiface.idl:147 error: patch failed: dlls/mshtml/tests/dom.c:5161 error: patch failed: dlls/mshtml/htmlelem.c:650 error: patch failed: dlls/mshtml/tests/elements.js:339 Task: Patch failed to apply === debian9 (build log) === error: patch failed: dlls/mshtml/htmlstyle.h:137 error: patch failed: dlls/mshtml/htmlwindow.c:38 error: patch failed: dlls/mshtml/mshtml_private.h:128 error: patch failed: dlls/mshtml/tests/dom.c:6879 error: patch failed: dlls/mshtml/htmlwindow.c:3499 error: patch failed: dlls/mshtml/tests/documentmode.js:105 error: patch failed: dlls/mshtml/tests/elements.js:235 error: patch failed: dlls/mshtml/htmlstyle.c:3158 error: patch failed: dlls/mshtml/htmlelem.c:553 error: patch failed: dlls/mshtml/mshtml_private.h:210 error: patch failed: dlls/mshtml/nsiface.idl:147 error: patch failed: dlls/mshtml/tests/dom.c:5161 error: patch failed: dlls/mshtml/htmlelem.c:650 error: patch failed: dlls/mshtml/tests/elements.js:339 Task: Patch failed to apply
participants (2)
-
Jacek Caban -
Marvin