Fix ChromeVox next tests to fail instead of timing out where applicable.
When calling an sync method in a test, you need to wrap the passed
callback in continueTest that will call testDone if the callback stops
aunexpectedly. This makes developing easier since the tests report
immediately instead of having to wait for a timeout.
R=dtseng@chromium.org
BUG=None
Committed:
https://crrev.com/87608bd0935bfdb37b8ad490c68b795c55ffd18d
Cr-Commit-Position: refs/heads/master@{#320711}