[mshtml/tests] Fix 2 test failures on IE8

Jacek Caban jacek at codeweavers.com
Tue May 26 15:57:36 CDT 2009


Hi Paul,

Paul Vriens wrote:
> Changelog
>   Fix 2 test failures on IE8
>
-        ok(disp == (void*)0xdeadbeef, "disp=%p\n", disp);
+        ok(disp == (void*)0xdeadbeef ||
+           disp == NULL, /* IE8 */


This test does no longer make sense. It would be better to remove it and preferably change implementation to match IE8.


Thanks,
    Jacek




More information about the wine-devel mailing list