Hover tests

Hovering over this link should change its background-color to yellow.

Hovering over any part of this paragraph should change it all to boldface.

Hovering over any part of this paragraph should change it to normal font-weight. Because that will make the text shorter, hovering over the last word of this paragraph may cause the text to oscillate between boldface and normal weight.

Hovering over this paragraph should cause it to vanish (via visibility: none).

This paragraph should not change position when the previous one has vanished.

When each item in the following list is hovered over, the appropriate sentence should appear somewhere below the list. This requires support for position: relative and position: absolute.

You are hovering over the FIRST item.

You are hovering over the SECOND item.

You are hovering over the THIRD item.

End of tests