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

Side by Side 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 unified diff | Download patch | Annotate | Revision Log
OLDNEW
1 WEBVTT 1 WEBVTT
2 2
3 00:00:00.000 --> 00:00:01.000 size: 3 00:00:00.000 --> 00:00:01.000 size:
4 {} 4 {}
5 5
6 00:00:00.000 --> 00:00:01.000 size:x 6 00:00:00.000 --> 00:00:01.000 size:x
7 {} 7 {}
8 8
9 00:00:00.000 --> 00:00:01.000 size:1xx size:2% 9 00:00:00.000 --> 00:00:01.000 size:1xx size:2%
10 {"size":2} 10 {"size":2}
(...skipping 15 matching lines...) Expand all
26 26
27 00:00:00.000 --> 00:00:01.000 size:00% 27 00:00:00.000 --> 00:00:01.000 size:00%
28 {"size":0} 28 {"size":0}
29 29
30 00:00:00.000 --> 00:00:01.000 size:50% size:100% 30 00:00:00.000 --> 00:00:01.000 size:50% size:100%
31 {"size":100} 31 {"size":100}
32 32
33 00:00:00.000 --> 00:00:01.000 size:101% 33 00:00:00.000 --> 00:00:01.000 size:101%
34 {} 34 {}
35 35
36 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:
37 {}
38
39 00:00:00.000 --> 00:00:01.000 size:1E1%
40 {}
41
42 00:00:00.000 --> 00:00:01.000 size:50.5%
43 {"size":50.5}
44
36 00:00:00.000 --> 00:00:01.000 size:50% size:101% 45 00:00:00.000 --> 00:00:01.000 size:50% size:101%
37 {"size":50} 46 {"size":50}
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698