Tests 'mouseover' event on SVGElementInstance

What each case tests is as follows. Case 1: mouseover event on SVGElementInstance. Referenceing an element that contains an event. Case 2: mouseover event on referencing element. Event bubbling from SVGElementInstance to referencing element. Case 3: mouseover event on parent of referencing element. Event bubbling from SVGElementInstance to referencing element ancestors. Case 4: mousedown event on referencing element. SVGElementInstance is not effected by event listener on referencing element.

Mouseover each of the red rectangles, and then click on the bottommost rectangle.

This test contains four cases. The cases must produce the following results for the test to pass.

$RCSfile: animate-interact-events-01-t.svg,v $ Shadow tree event listener chain Case 1: on mouseover all squares must turn blue Case 2: on mouseover all squares must turn blue and a black stroke must appear on reference square Case 3: on mouseover all squares must turn blue and a black stroke must appear on reference square Case 4: on mouseover all squares must turn blue and on mousedown a black stroke must appear on reference square $Revision: 1.2 $