Testing the timer element - version 2

This test uses the aria-live="polite" instead of role="timer" so the information is announced at the next graceful opportunity.

Example

20
<button id="startButton">Start timer</button>
<div aria-live="polite" id="eggtimer">20</div>
<button id="resetButton">Reset timer</button>