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

Unified Diff: LayoutTests/media/track/captions-webvtt/captions-regions.vtt

Issue 25798003: Enable WebVTT regions for runtime testing, updated tests and minor fixes (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Rebased Created 7 years, 2 months 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/captions-regions.vtt
diff --git a/LayoutTests/media/track/captions-webvtt/captions-regions.vtt b/LayoutTests/media/track/captions-webvtt/captions-regions.vtt
new file mode 100644
index 0000000000000000000000000000000000000000..b786f0b1fb902c4707694901fef99e97a6b8c25e
--- /dev/null
+++ b/LayoutTests/media/track/captions-webvtt/captions-regions.vtt
@@ -0,0 +1,19 @@
+WEBVTT FILE
+Region: id=fred width=50% height=2 regionanchor=50%,100% viewportanchor=10%,40%
+
+1
+00:00:00.000 --> 00:00:01.500 region:fred
+We are in New York City
+
+2
+00:00:00.500 --> 00:00:01.500 region:fred
+Second cue
+
+3
+00:00:01.000 --> 00:00:02.500 region:fred
+Multiline
+Cue
+
+4
+00:00:02.000 --> 00:00:03.000 region:fred
+Fourth cue!
« no previous file with comments | « LayoutTests/TestExpectations ('k') | LayoutTests/media/track/regions-webvtt/text-track-cue-region-attribute-expected.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698