test DOM Level 3 Event flow SVGT


Above there must be two blue rects, each contained in its own SVGT document.
By clicking each, a textline describing the corresponding event flow must appear below the rect.

For "event capture" this must read:

root -> g -> rect

and for "event bubble" it must be

rect -> g -> root.