Module: wine Branch: master Commit: cbfeef4b8b09ed30312ed888d82f2d5ffbd01c64 URL: http://source.winehq.org/git/wine.git/?a=commit;h=cbfeef4b8b09ed30312ed888d8...
Author: Jacek Caban jacek@codeweavers.com Date: Tue Mar 11 16:01:00 2014 +0100
mshtml: Removed test failing on Windows 8.1.
---
dlls/mshtml/tests/dom.c | 1 - 1 file changed, 1 deletion(-)
diff --git a/dlls/mshtml/tests/dom.c b/dlls/mshtml/tests/dom.c index 892e812..cf78450 100644 --- a/dlls/mshtml/tests/dom.c +++ b/dlls/mshtml/tests/dom.c @@ -6014,7 +6014,6 @@ static void test_stylesheets(IHTMLDocument2 *doc) hres = IHTMLStyleSheetsCollection_item(col, &idx, &res); ok(hres == E_INVALIDARG, "item failed: %08x, expected E_INVALIDARG\n", hres); ok(V_VT(&res) == VT_EMPTY, "V_VT(res) = %d\n", V_VT(&res)); - ok(V_DISPATCH(&res) != NULL, "V_DISPATCH(&res) == NULL\n"); VariantClear(&res);
IHTMLStyleSheetsCollection_Release(col);