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

Unified 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, 1 month 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 side-by-side diff with in-line comments
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 »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: LayoutTests/media/track/captions-webvtt/tc022-entities.vtt
diff --git a/LayoutTests/media/track/captions-webvtt/tc022-entities.vtt b/LayoutTests/media/track/captions-webvtt/tc022-entities.vtt
index bed93395eaa92fa1cf1dc226cef93fe87eed0837..a8817954a6029c942744f5ac180115b4a430fe73 100644
--- a/LayoutTests/media/track/captions-webvtt/tc022-entities.vtt
+++ b/LayoutTests/media/track/captions-webvtt/tc022-entities.vtt
@@ -3,7 +3,7 @@ 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 amp &amp; character.
+This cue has an ampersand &amp; character.
2
00:00:31.000 --> 00:01:00.500 align:start position:20%
@@ -24,3 +24,7 @@ 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;.
« 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