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

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: Moar tests. 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.0
13 {}
14
15 00:00:00.000 --> 00:00:01.000 position:1.5
16 {}
17
18 00:00:00.000 --> 00:00:01.000 position:-50.25
19 {}
20
9 00:00:00.000 --> 00:00:01.000 position:1x 21 00:00:00.000 --> 00:00:01.000 position:1x
10 {} 22 {}
11 23
12 00:00:00.000 --> 00:00:01.000 position:1%x 24 00:00:00.000 --> 00:00:01.000 position:1%x
13 {} 25 {}
14 26
15 00:00:00.000 --> 00:00:01.000 position: 27 00:00:00.000 --> 00:00:01.000 position:
16 {} 28 {}
17 29
18 00:00:00.000 --> 00:00:01.000 position: 1% 30 00:00:00.000 --> 00:00:01.000 position: 1%
19 {} 31 {}
20 32
21 00:00:00.000 --> 00:00:01.000 position:1% 33 00:00:00.000 --> 00:00:01.000 position:1%
22 {"position":1} 34 {"position":1}
23 35
24 00:00:00.000 --> 00:00:01.000 position:100% 36 00:00:00.000 --> 00:00:01.000 position:100%
25 {"position":100} 37 {"position":100}
26 38
27 00:00:00.000 --> 00:00:01.000 position:101% 39 00:00:00.000 --> 00:00:01.000 position:101%
28 {} 40 {}
29 41
30 00:00:00.000 --> 00:00:01.000 position:1% position:x 42 00:00:00.000 --> 00:00:01.000 position:1% position:x
31 {"position":1} 43 {"position":1}
32 44
33 00:00:00.000 --> 00:00:01.000 position:1.5% 45 00:00:00.000 --> 00:00:01.000 position:1.5%
34 {} 46 {"position":1.5}
47
48 00:00:00.000 --> 00:00:01.000 position:10.25%
49 {"position":10.25}
35 50
36 00:00:00.000 --> 00:00:01.000 position:65536% 51 00:00:00.000 --> 00:00:01.000 position:65536%
37 {} 52 {}
38 53
39 00:00:00.000 --> 00:00:01.000 position:4294967296% 54 00:00:00.000 --> 00:00:01.000 position:4294967296%
40 {} 55 {}
56
57 00:00:00.000 --> 00:00:01.000 position:.5%
58 {"position":0.5}
59
60 00:00:00.000 --> 00:00:01.000 position:5.%
61 {"position":5}
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698