blob: 93b6e1b286aa308a2ec0d6362af0c05201bfed26 [file] [log] [blame]
<!DOCTYPE html>
<html class="reftest-wait">
<title>WebVTT rendering, ::cue(|b) should match</title>
<link rel="match" href="bold_namespace-ref.html">
<style>
html { overflow:hidden }
body { margin:0 }
::cue {
color: green;
}
::cue(*|b) {
color: red
}
::cue(|b) {
color: green
}
</style>
<script src="/common/reftest-wait.js"></script>
<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">
<track src="../../../support/test_bold.vtt">
<script>
document.getElementsByTagName('track')[0].track.mode = 'showing';
</script>
</video>
</html>