summaryrefslogtreecommitdiffstats
path: root/dom/media/test/vttPositionAlign.vtt
blob: 79f7c49f8c330598cfea36d797b9be7465d45b57 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
WEBVTT

00:00.000 --> 00:00.500
Cue 0 : PositionAlign should be "center".

00:00.700 --> 00:00.800 position:50%,line-left
Cue 1 : PositionAlign should be "line-left".

00:00.700 --> 00:00.800 position:50%,center
Cue 2 : PositionAlign should be "center".

00:00.700 --> 00:00.800 position:50%,line-right
Cue 3 : PositionAlign should be "line-right".

00:00.700 --> 00:00.800 position:50%,auto
Cue 4 : PositionAlign should be "auto"

00:00.700 --> 00:00.800 position:50%,auto align:left
Cue 5 : PositionAlign should be "auto", but computedPositionAlign should be "line-left".

00:00.700 --> 00:00.800 position:50%,auto align:right
Cue 6 : PositionAlign should be "auto", but computedPositionAlign should be "line-right".

00:00.700 --> 00:00.800 position:50%,auto align:middle
Cue 7 : PositionAlign should be "auto", but computedPositionAlign should be "center".