blob: 4525a7cf70b604ef43af1b0bf1a5e0276900bd2b [file] [log] [blame]
<!DOCTYPE html>
<title>Reference for WebVTT rendering, cue text should be removed when removing them using the DOM APIs while paused</title>
<style>
html { overflow:hidden }
body { margin:0 }
.video {
display: inline-block;
width: 1280px;
height: 720px;
position: relative
}
</style>
<div class="video"></div>