Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1011)

Side by Side Diff: LayoutTests/media/track/captions-webvtt/tc022-entities.vtt

Issue 97103002: Fix corner-cases for WebVTT tokenizer escape handling (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 7 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « no previous file | LayoutTests/media/track/captions-webvtt/tc022-entities-wrong.vtt » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 WEBVTT 1 WEBVTT
2 Cue content with escape characters for &, <, >, LRM, RLM and non-breaking space. 2 Cue content with escape characters for &, <, >, LRM, RLM and non-breaking space.
3 3
4 1 4 1
5 00:00:00.000 --> 00:00:30.500 align:start position:20% 5 00:00:00.000 --> 00:00:30.500 align:start position:20%
6 This cue has an amp &amp; character. 6 This cue has an ampersand &amp; character.
7 7
8 2 8 2
9 00:00:31.000 --> 00:01:00.500 align:start position:20% 9 00:00:31.000 --> 00:01:00.500 align:start position:20%
10 This cue has a less than &lt; character. 10 This cue has a less than &lt; character.
11 11
12 3 12 3
13 00:01:01.000 --> 00:02:00.500 align:start position:20% 13 00:01:01.000 --> 00:02:00.500 align:start position:20%
14 This cue has a greater than &gt; character. 14 This cue has a greater than &gt; character.
15 15
16 4 16 4
17 00:02:01.000 --> 00:02:30.500 align:start position:20% 17 00:02:01.000 --> 00:02:30.500 align:start position:20%
18 This cue has a Left-to-Right Mark &lrm;. 18 This cue has a Left-to-Right Mark &lrm;.
19 19
20 5 20 5
21 00:02:31.000 --> 00:03:00.500 align:start position:20% 21 00:02:31.000 --> 00:03:00.500 align:start position:20%
22 This cue has a Right-to-Left Mark &rlm;. 22 This cue has a Right-to-Left Mark &rlm;.
23 23
24 6 24 6
25 00:03:01.000 --> 00:03:30.500 align:start position:20% 25 00:03:01.000 --> 00:03:30.500 align:start position:20%
26 This cue has a non-breaking space &nbsp;. 26 This cue has a non-breaking space &nbsp;.
27
28 7
29 00:03:31.000 --> 00:04:00.500
30 This & is parsed to the same as &amp;.
OLDNEW
« no previous file with comments | « no previous file | LayoutTests/media/track/captions-webvtt/tc022-entities-wrong.vtt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698