4 <script>var requirePixelDump = true;</script>
5 <script src=../media-file.js></script>
6 <script src=../video-test.js></script>
7 <script src=../media-controls.js></script>
11 background-image: linear-gradient(to bottom, dimgray, lightgray);
21 consoleWrite("Test that CSS in VTT file is applied correctly.");
23 video.src = findMediaFile('video', '../content/test');
24 waitForEvent('seeked', endTest);
25 waitForEvent('canplaythrough', function() { video.currentTime = 0; });
28 setCaptionDisplayMode('Automatic');
31 <body onload="loaded()">
33 <track src="captions-webvtt/no-css-styling.vtt" kind="captions" default>