chromium/third_party/blink/web_tests/external/wpt/webvtt/rendering/cues-with-video/processing-model/evil/media_height_19-ref.html

<!DOCTYPE html>
<title>Reference for WebVTT rendering, when media height is 19 or less, font size should be smaller than when it is 20 and above</title>
<link rel="stylesheet" type="text/css" href="/fonts/ahem.css" />
<style>
.video {
    display: inline-block;
    width: 320px;
    height: 19px;
    outline: solid;
    position: relative;
    font-size: 0.95px
}
.cue {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    text-align: center
}
.cue > span {
    font-family: Ahem, sans-serif;
    background: rgba(0,0,0,0.8);
    color: green;
}
</style>
<div class=video><span class=cue><span>This is a test subtitle</span></span></div>