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

<!DOCTYPE html>
<title>Reference for WebVTT rendering, when media cannot be played (404 error), subtitles are not displayed</title>
<style>
html { overflow:hidden }
body { margin:0 }
.video {
    display: inline-block;
    width: 320px;
    height: 180px;
    position: relative;
    font-size: 9px;
}
</style>
<div class="video"></div>