From cbfeef4b8b09ed30312ed888d82f2d5ffbd01c64 Mon Sep 17 00:00:00 2001 From: Jacek Caban Date: Tue, 11 Mar 2014 16:01:00 +0100 Subject: [PATCH] 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 892e8122ff0..cf784501078 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);