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

Unified Diff: LayoutTests/media/track/opera/track/webvtt/parsing/support/settings-size.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-size.vtt
diff --git a/LayoutTests/media/track/opera/track/webvtt/parsing/support/settings-size.vtt b/LayoutTests/media/track/opera/track/webvtt/parsing/support/settings-size.vtt
index 5de885fd3f7d9dfa0600e96c7c14524b9d6b1e65..1f8f00d7a09ca55f1b0abcc72233f6283a723c89 100644
--- a/LayoutTests/media/track/opera/track/webvtt/parsing/support/settings-size.vtt
+++ b/LayoutTests/media/track/opera/track/webvtt/parsing/support/settings-size.vtt
@@ -33,5 +33,14 @@ WEBVTT
00:00:00.000 --> 00:00:01.000 size:101%
{}
+00:00:00.000 --> 00:00:01.000 size:1e1%
philipj_slow 2015/01/22 12:55:44 On the same theme "5.%" and ".5%"?
fs 2015/01/22 13:17:06 Added. (On the same theme though? Those are both v
philipj_slow 2015/01/22 15:00:22 Oops, I was thinking about the syntax there: http:
+{}
+
+00:00:00.000 --> 00:00:01.000 size:1E1%
+{}
+
+00:00:00.000 --> 00:00:01.000 size:50.5%
+{"size":50.5}
+
00:00:00.000 --> 00:00:01.000 size:50% size:101%
{"size":50}

Powered by Google App Engine
This is Rietveld 408576698