blob: 60f7bb0cd380bc18f1c9ed43c240e669c819a976 [file] [log] [blame]
<!DOCTYPE html>
<html class="reftest-wait">
<title>Reference for WebVTT rendering, cue text should be removed when removing them using the DOM APIs while paused</title>
<script src="/common/reftest-wait.js"></script>
<style>
html { overflow: hidden }
body { margin: 0 }
</style>
<video width="320" height="180" autoplay onplaying="this.onplaying = null; this.pause(); takeScreenshot();">
<source src="/media/white.webm" type="video/webm">
<source src="/media/white.mp4" type="video/mp4">
</video>
</html>