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/opera/track/webvtt/parsing/support/settings-position.vtt

Issue 864043002: WebVTT: Support fractional percentage values for position/line/size (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 5 years, 11 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/opera/track/webvtt/parsing/support/settings-position.vtt
diff --git a/LayoutTests/media/track/opera/track/webvtt/parsing/support/settings-position.vtt b/LayoutTests/media/track/opera/track/webvtt/parsing/support/settings-position.vtt
index 531cf9fec06f91f37b752792adf217bbaae2890e..107a2f8381130652118308ad745adecaeab58303 100644
--- a/LayoutTests/media/track/opera/track/webvtt/parsing/support/settings-position.vtt
+++ b/LayoutTests/media/track/opera/track/webvtt/parsing/support/settings-position.vtt
@@ -3,9 +3,18 @@ WEBVTT
00:00:00.000 --> 00:00:01.000 position:-1%
{}
+00:00:00.000 --> 00:00:01.000 position:-1.5%
+{}
+
00:00:00.000 --> 00:00:01.000 position:1
{}
+00:00:00.000 --> 00:00:01.000 position:1.5
philipj_slow 2015/01/22 12:55:44 Maybe test with 1.0 to check that it's not just a
fs 2015/01/22 13:17:06 Done.
+{}
+
+00:00:00.000 --> 00:00:01.000 position:-50.25
+{}
+
00:00:00.000 --> 00:00:01.000 position:1x
{}
@@ -31,10 +40,19 @@ WEBVTT
{"position":1}
00:00:00.000 --> 00:00:01.000 position:1.5%
-{}
+{"position":1.5}
+
+00:00:00.000 --> 00:00:01.000 position:10.25%
+{"position":10.25}
00:00:00.000 --> 00:00:01.000 position:65536%
{}
00:00:00.000 --> 00:00:01.000 position:4294967296%
-{}
+{}
+
+00:00:00.000 --> 00:00:01.000 position:.5%
+{"position":0.5}
+
+00:00:00.000 --> 00:00:01.000 position:5.%
+{"position":5}

Powered by Google App Engine
This is Rietveld 408576698