Description
Checking some code I realized there is a bug related with HtmlRenderKitImpl.getComponentFamilies(). It seems at some point the code in HtmlRenderKitImpl was changed, but it was forgotten to update this method. The fix is very simple, just use the key set of _renderers map instead.