| OLD | NEW |
| 1 CONSOLE ERROR: Uncaught (in promise) AbortError: The play() request was interrup
ted by a call to pause(). |
| 1 Test that the overlay play button respects the controls attribute | 2 Test that the overlay play button respects the controls attribute |
| 2 | 3 |
| 3 EXPECTED (getComputedStyle(button).display == 'flex') OK | 4 EXPECTED (getComputedStyle(button).display == 'flex') OK |
| 4 EVENT(loadeddata) | 5 EVENT(loadeddata) |
| 5 RUN(video.play()) | 6 RUN(video.play()) |
| 6 EVENT(play) | 7 EVENT(play) |
| 7 EXPECTED (getComputedStyle(button).display == 'none') OK | 8 EXPECTED (getComputedStyle(button).display == 'none') OK |
| 8 RUN(video.pause()) | 9 RUN(video.pause()) |
| 9 EVENT(pause) | 10 EVENT(pause) |
| 10 EXPECTED (getComputedStyle(button).display == 'flex') OK | 11 EXPECTED (getComputedStyle(button).display == 'flex') OK |
| 11 EXPECTED (getComputedStyle(button).display == 'none') OK | 12 EXPECTED (getComputedStyle(button).display == 'none') OK |
| 12 RUN(video.play()) | 13 RUN(video.play()) |
| 13 EVENT(play) | 14 EVENT(play) |
| 14 EXPECTED (getComputedStyle(button).display == 'none') OK | 15 EXPECTED (getComputedStyle(button).display == 'none') OK |
| 15 RUN(video.pause()) | 16 RUN(video.pause()) |
| 16 EVENT(pause) | 17 EVENT(pause) |
| 17 EXPECTED (getComputedStyle(button).display == 'none') OK | 18 EXPECTED (getComputedStyle(button).display == 'none') OK |
| 18 EXPECTED (getComputedStyle(button).display == 'flex') OK | 19 EXPECTED (getComputedStyle(button).display == 'flex') OK |
| 19 END OF TEST | 20 END OF TEST |
| 20 | 21 |
| OLD | NEW |