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

Unified Diff: LayoutTests/media/track/captions-webvtt/tc022-entities-wrong.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
Index: LayoutTests/media/track/captions-webvtt/tc022-entities-wrong.vtt
diff --git a/LayoutTests/media/track/captions-webvtt/tc022-entities-wrong.vtt b/LayoutTests/media/track/captions-webvtt/tc022-entities-wrong.vtt
index 6cb6702a8bf18d6ac08fad9aa0814fe3377d5cf3..f45fee4793f7c7f9509ef79a348b11cfebe5b4f8 100644
--- a/LayoutTests/media/track/captions-webvtt/tc022-entities-wrong.vtt
+++ b/LayoutTests/media/track/captions-webvtt/tc022-entities-wrong.vtt
@@ -1,10 +1,5 @@
WEBVTT
-Invalid use of &, <, and > characters.
-
-1
-00:00:00.000 --> 00:00:30.500 align:start position:20%
-This cue has an amp & character.
-Ampersand is ignored.
+Invalid use of < and > characters.
2
00:00:31.000 --> 00:01:00.500 align:start position:20%

Powered by Google App Engine
This is Rietveld 408576698