white-space-pre-line.html (1048B)
1 <!DOCTYPE html> 2 <html class="reftest-wait"> 3 <head> 4 <meta charset="utf-8"> 5 <meta name="viewport" content="width=device-width, initial-scale=1"> 6 <title>webvtt-white-space-pre-line</title> 7 <link rel="stylesheet" type="text/css" href="support/reference.css"> 8 <script src="support/webvtt-rendering-test.js"></script> 9 <body> 10 <div>Test rendering of wrapped text when <code>white-space: pre-line</code> is set.</div> 11 <div class="test-diff"> 12 <video-reference expected> 13 <cue style="width: 40%; left: 30%; bottom: 0px;"> 14 <cue-background style="margin: auto">Test Text</cue-background> 15 </cue> 16 </video-reference> 17 <video muted playsinline> 18 <source src="/media/sound_5.mp3#t=0.05" type="audio/mp3"> 19 <source src="/media/sound_5.oga#t=0.05" type="audio/ogg"> 20 <track src="support/white-space-pre-line.webvtt" kind="captions" default> 21 </video> 22 </div> 23 </body> 24 </html>