HTML button name change tests

The following are html button name change tests. The test passes if the screen reader announces the button's new name after activating it.

Example 1: Button, inner text changes on click

Example 2: Button, aria-label changes on click

Example 3: Button, inner text changes but has aria-labelledby that references itself (recursive)