Manual Test: AudioContext.currentTime and getOutputTimestamp().contextTime
upon device change
This test verifies that AudioContext.currentTime and
getOutputTimestamp().contextTime remain monotonic when the
output device is changed using setSinkId().
Click "START TEST". This will ask for microphone permission to enumerate
audio output devices.
Once the device list is populated, select a different audio output from
the dropdown.
Click "Change Device".
Observe the log. The currentTime and
getOutputTimestamp().contextTime values should always increase.
An error will be logged if they ever decrease.