7 May
2019
7 May
'19
11:43 a.m.
Jacek Caban <jacek(a)codeweavers.com> wrote:
+ nsres = nsIDOMCSSRuleList_Item(This->nslist, index, &nsstylesheetrule); + if (NS_FAILED(nsres) || !nsstylesheetrule) + { + WARN("Item failed: %08x\n", nsres); + /* The function returns S_OK even if the element is not found */ + *ppHTMLStyleSheetRule = NULL;
This test does not confirm that:
Thanks for the review and a test case, looks like MSDN is wrong with its description. I find the test very useful, feel free to send it. -- Dmitry.