Hi Alistair,
Alistair Leslie-Hughes wrote:
> Hi Jacek,
>
> >static HRESULT WINAPI HTMLStyle_put_border(IHTMLStyle *iface, BSTR v)
> > {
> > HTMLStyle *This = HTMLSTYLE_THIS(iface);
> >-FIXME("(%p)->(%s)\n", This, debugstr_w(v));
> >-return E_NOTIMPL;
> >+
> >+TRACE("(%p)->(%s)\n"
Hi Jacek,
>static HRESULT WINAPI HTMLStyle_put_border(IHTMLStyle *iface, BSTR v)> {>
>HTMLStyle *This = HTMLSTYLE_THIS(iface);>-FIXME("(%p)->(%s)\n", This,
>debugstr_w(v));>-return E_NOTIMPL;>+>+TRACE("(%p)->(%s)\n", This,
>debugstr_w(v));>+>+return set_style_attr(This, STY