Module: wine Branch: master Commit: 58a95780fbc34d177c043dc8334ede15b8c4db51 URL: http://source.winehq.org/git/wine.git/?a=commit;h=58a95780fbc34d177c043dc833...
Author: Detlef Riekenberg wine.dev@web.de Date: Fri Feb 11 17:34:49 2011 +0100
mshtml/tests: Fix a typo.
---
dlls/mshtml/tests/dom.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/dlls/mshtml/tests/dom.c b/dlls/mshtml/tests/dom.c index 03666fa..c6e49ef 100644 --- a/dlls/mshtml/tests/dom.c +++ b/dlls/mshtml/tests/dom.c @@ -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");