summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/html/semantics/embedded-content/media-elements/track/track-element/resources/align-positioning.vtt
blob: a6e6af2ef96a8b6b52f79b553d4897083030ea0f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
WEBVTT
Cues should position at different horizontal positions with different alignments.

1
00:00:00.000 --> 00:00:30.500 position:10% align:start
Bear is Coming!!!!!
Positioning on the left bottom, start aligned, and
first character rendering position is at 10% of width.

2
00:00:31.000 --> 00:00:45.500 position:20% align:middle
I said Bear is coming!!!!
Positioning on the bottom left, middle aligned, and
middle character rendering position of each line is at 20% of width.

3
00:01:01.000 --> 00:02:00.500 align:end position:80%
I said Bear is coming now!!!!
Positioning on the bottom right, end aligned, and
last character rendering position of each line is at 80% of width.