mshtml: Removed test failing on Windows 8.1.

This commit is contained in:
Jacek Caban 2014-03-11 16:01:00 +01:00 committed by Alexandre Julliard
parent f6e0e1815b
commit cbfeef4b8b
1 changed files with 0 additions and 1 deletions

View File

@ -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);