Konqueror bug #149018 testcase

According to the CSS 2.1 specification, child elements marked as { visibility: visible } that are inside parent elements marked { visibility: hidden } should still be displayed, even though their parent elements are not.

Konqueror handles this correctly, but in the case of links with inline parent elements, the links are shown, but are unresponsive — the mouse pointer doesn't change when you hover over them and they do nothing when you click them.

In the case where the parent element is a block-level element, the links work properly. It doesn't matter how deeply the { visibility: hidden } property value has been inherited, it doesn't have to be explicitly specified for the parent element.

This link is inside an invisible <span> element.
This link is not inside an invisible <span> element.