summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/html/semantics/embedded-content/media-elements/track/track-element/resources/entities-wrong.vtt
blob: f45fee4793f7c7f9509ef79a348b11cfebe5b4f8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
WEBVTT
Invalid use of < and > characters.

2
00:00:31.000 --> 00:01:00.500 align:start position:20%
This cue has a less than < character.
It turns everything from there on into an annotation
for an empty tag and ends only at the next &gt; or &amp; character.


3
00:01:01.000 --> 00:02:00.500 align:start position:20%
This cue has a greater than > character.
Since it's not related to a &lt; character,
it's just interpreted as text.