blob: 9b75bf791691325839ccf849aa57069b69626e1b [file] [log] [blame]
<!DOCTYPE html>
<html>
<title>WebVTT rendering, ::cue(|u) should match</title>
<link rel="match" href="underline_namespace-ref.html">
<style>
html { overflow:hidden }
body { margin:0 }
::cue {
color: green;
}
::cue(*|u) {
color: red
}
::cue(|u) {
color: green
}
</style>
<script src="/common/reftest-wait.js"></script>
<video width="1280" height="720" 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_underline.vtt">
<script>
document.getElementsByTagName('track')[0].track.mode = 'showing';
</script>
</video>
</html>