Should showing an element under the cursor cause a mouseover event?
Move the cursor over the green box.
Wait a second for the red box to appear.
The mouse has now left the previous element and entered a new element, so it seems that mouseout and mouseover should fire.
The red box also has :hover detection; when hovered, the box will be pink.
Firefox is the only browser that exhibits this behavior.