Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Don't use await for video.play() promise. (KhronosGroup#3263)
Some tests are finishing as soon as the first frame has come in and triggering a pause() or other condition which thorws a 'AssertionError: Video failed to play(): AbortError: The play() request was interrupted by a call to pause().' error. So just check for no sources and use the error handler like we do on older WebGL test versions. Addresses new failures seen while rolling forward WebGL conformance in Chromium: https://chromium-review.googlesource.com/2775887/ for http://crbug.com/1136205 .
- Loading branch information