| <!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> |