

Flat Tree will be:
DIV	 id=sandbox
	DIV	 id=top
		DETAILS	 id=details
			DIV	 id=details-content


Moving mouse from details to summary

  mouseout
     @details (target: details) (related: )
     @top (target: details) (related: )

  mouseover

Moving mouse from summary to details

  mouseout

  mouseover
     @details (target: details) (related: )
     @top (target: details) (related: )
PASS successfullyParsed is true

TEST COMPLETE

