mshtml/tests: Fix a typo.

This commit is contained in:
Detlef Riekenberg 2011-02-11 17:34:49 +01:00 committed by Alexandre Julliard
parent 1c2183a85a
commit 58a95780fb
1 changed files with 1 additions and 1 deletions

View File

@ -5505,7 +5505,7 @@ static void test_default_style(IHTMLStyle *style)
/* borderLeftColor */
hres = IHTMLStyle_get_borderLeftColor(style, &vDefault);
ok(hres == S_OK, "get_borderBottomColor: %08x\n", hres);
ok(hres == S_OK, "get_borderLeftColor: %08x\n", hres);
V_VT(&v) = VT_BSTR;
V_BSTR(&v) = a2bstr("cyan");