| <!DOCTYPE html> |
| <html> |
| <head> |
| <meta charset="utf-8"> |
| <meta name="viewport" content="width=device-width, initial-scale=1"> |
| <title>webvtt-white-space-pre-line-expected</title> |
| <link rel="stylesheet" type="text/css" href="support/reference.css"> |
| <body> |
| <div>Test rendering a basic <code>VTTCue</code>.</div> |
| <div class="test-diff"> |
| <video-reference expected> |
| <cue style="width: 100%; left: 0; bottom: 0px;"> |
| <cue-background style="margin: auto">Test Text</cue-background> |
| </cue> |
| </video-reference> |
| <video-reference> |
| <cue style="width: 100%; left: 0; bottom: 0px;"> |
| <cue-background style="margin: auto">Test Text</cue-background> |
| </cue> |
| </video-reference> |
| </div> |
| </body> |
| </html> |