summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/html/semantics/embedded-content/media-elements/track/track-element/resources/entities.vtt
blob: a8817954a6029c942744f5ac180115b4a430fe73 (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
26
27
28
29
30
WEBVTT
Cue content with escape characters for &, <, >, LRM, RLM and non-breaking space.

1
00:00:00.000 --> 00:00:30.500 align:start position:20%
This cue has an ampersand &amp; character.

2
00:00:31.000 --> 00:01:00.500 align:start position:20%
This cue has a less than &lt; character.

3
00:01:01.000 --> 00:02:00.500 align:start position:20%
This cue has a greater than &gt; character.

4
00:02:01.000 --> 00:02:30.500 align:start position:20%
This cue has a Left-to-Right Mark &lrm;.

5
00:02:31.000 --> 00:03:00.500 align:start position:20%
This cue has a Right-to-Left Mark &rlm;.

6
00:03:01.000 --> 00:03:30.500 align:start position:20%
This cue has a non-breaking space &nbsp;.

7
00:03:31.000 --> 00:04:00.500
This & is parsed to the same as &amp;.