Commit 58a95780 authored by Detlef Riekenberg's avatar Detlef Riekenberg Committed by Alexandre Julliard

mshtml/tests: Fix a typo.

parent 1c2183a8
......@@ -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");
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment