blob: 6dae921e6dae66879e9e7f20d2dc487e4ea651e3 [file] [log] [blame]
<!DOCTYPE html>
<html class="reftest-wait">
<title>WebVTT rendering, bold object transition with timestamp, ::cue(b:future) selector</title>
<link rel="match" href="bold_timestamp_future-ref.html">
<style>
html { overflow:hidden }
body { margin:0 }
::cue(b:future) {
color: #00ff00;
}
</style>
<script src="/common/reftest-wait.js"></script>
<video width="320" height="180" autoplay onplaying="this.onplaying = null; this.pause(); this.currentTime = 0.2; takeScreenshotDelayed(1000);">
<source src="/media/white.webm" type="video/webm">
<source src="/media/white.mp4" type="video/mp4">
<track src="../../../support/bold_with_2_timestamps.vtt">
<script>
document.getElementsByTagName('track')[0].track.mode = 'showing';
</script>
</video>
</html>