[PATCH 5/6] mshtml: Added IHTMLWindow2::open test.

Paul Vriens paul.vriens.wine at gmail.com
Sun Dec 12 05:30:14 CST 2010


Hi Jacek,

On 06/14/2010 02:20 AM, Jacek Caban wrote:
> ---
>   dlls/mshtml/tests/htmldoc.c |  100
> ++++++++++++++++++++++++++++++++++++++++++-
>   1 files changed, 98 insertions(+), 2 deletions(-)
>

Some of these tests fail on IE6 SP1:

http://test.winehq.org/data/tests/mshtml:htmldoc.html

What would be the best approach to fix these? We can add a broken() for the

3577     todo_wine
3578     ok(new_window == NULL, "new_window != NULL\n");

but what about the

3582     todo_wine
3583     CHECK_CALLED(EvaluateNewWindow);

introduce a CHECK_CALLED_BROKEN also in this file?

-- 
Cheers,

Paul.



More information about the wine-devel mailing list