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

Side by Side 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 unified diff | Download patch | Annotate | Revision Log
OLDNEW
1 WEBVTT 1 WEBVTT
2 2
3 00:00:00.000 --> 00:00:01.000 position:-1% 3 00:00:00.000 --> 00:00:01.000 position:-1%
4 {} 4 {}
5 5
6 00:00:00.000 --> 00:00:01.000 position:-1.5%
7 {}
8
6 00:00:00.000 --> 00:00:01.000 position:1 9 00:00:00.000 --> 00:00:01.000 position:1
7 {} 10 {}
8 11
12 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.
13 {}
14
15 00:00:00.000 --> 00:00:01.000 position:-50.25
16 {}
17
9 00:00:00.000 --> 00:00:01.000 position:1x 18 00:00:00.000 --> 00:00:01.000 position:1x
10 {} 19 {}
11 20
12 00:00:00.000 --> 00:00:01.000 position:1%x 21 00:00:00.000 --> 00:00:01.000 position:1%x
13 {} 22 {}
14 23
15 00:00:00.000 --> 00:00:01.000 position: 24 00:00:00.000 --> 00:00:01.000 position:
16 {} 25 {}
17 26
18 00:00:00.000 --> 00:00:01.000 position: 1% 27 00:00:00.000 --> 00:00:01.000 position: 1%
19 {} 28 {}
20 29
21 00:00:00.000 --> 00:00:01.000 position:1% 30 00:00:00.000 --> 00:00:01.000 position:1%
22 {"position":1} 31 {"position":1}
23 32
24 00:00:00.000 --> 00:00:01.000 position:100% 33 00:00:00.000 --> 00:00:01.000 position:100%
25 {"position":100} 34 {"position":100}
26 35
27 00:00:00.000 --> 00:00:01.000 position:101% 36 00:00:00.000 --> 00:00:01.000 position:101%
28 {} 37 {}
29 38
30 00:00:00.000 --> 00:00:01.000 position:1% position:x 39 00:00:00.000 --> 00:00:01.000 position:1% position:x
31 {"position":1} 40 {"position":1}
32 41
33 00:00:00.000 --> 00:00:01.000 position:1.5% 42 00:00:00.000 --> 00:00:01.000 position:1.5%
34 {} 43 {"position":1.5}
44
45 00:00:00.000 --> 00:00:01.000 position:10.25%
46 {"position":10.25}
35 47
36 00:00:00.000 --> 00:00:01.000 position:65536% 48 00:00:00.000 --> 00:00:01.000 position:65536%
37 {} 49 {}
38 50
39 00:00:00.000 --> 00:00:01.000 position:4294967296% 51 00:00:00.000 --> 00:00:01.000 position:4294967296%
40 {} 52 {}
53
54 00:00:00.000 --> 00:00:01.000 position:.5%
55 {"position":0.5}
56
57 00:00:00.000 --> 00:00:01.000 position:5.%
58 {"position":5}
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698