Tests that contain the draft-watermark are under development and may be incorrectly testing a feature.

interact-dom-01-b.svg

raster image of interact-dom-01-b.svg

Operator Script

This test requires user interaction. Run the test, then click on the grey rectangle. If it turns green, click it again.

Pass Criteria

After clicking once on the button, the rectangle should have a green fill and the text "Event listeners supported" should appear, once.

Test Description

Verify basic support for DOM event listener registration. The root svg element has an onload handler where a click event listener is registered on group element 'Start Button'.

If UI events listener registration is supported (and UI events), when the user clicks on the button a text node is inserted reading "Event Listeners supported".

At the end of the test, the start test button is changed to green, and the click event listener is removed from the the start button.

Subsequent clicks on the start button should cause no effect if the event listener has been removed successfully. If additional lines of text appear in the document that say "Event Listeners supported", then the implementation has not successfully removed the event listener.