basic-cue-rendering-expected.html (875B)
1 <!DOCTYPE html> 2 <html> 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-expected</title> 7 <link rel="stylesheet" type="text/css" href="support/reference.css"> 8 <body> 9 <div>Test rendering a basic <code>VTTCue</code>.</div> 10 <div class="test-diff"> 11 <video-reference expected> 12 <cue style="width: 100%; left: 0; bottom: 0px;"> 13 <cue-background style="margin: auto">Test Text</cue-background> 14 </cue> 15 </video-reference> 16 <video-reference> 17 <cue style="width: 100%; left: 0; bottom: 0px;"> 18 <cue-background style="margin: auto">Test Text</cue-background> 19 </cue> 20 </video-reference> 21 </div> 22 </body> 23 </html>