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

Side by Side Diff: third_party/WebKit/LayoutTests/media/track/opera/track/webvtt/parsing/support/settings-line.vtt

Issue 2725313002: The WebVTT 'line' settings should be parsed as a float (Closed)
Patch Set: Updated expectations Created 3 years, 9 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
OLDNEW
1 WEBVTT 1 WEBVTT
2 2
3 00:00:00.000 --> 00:00:01.000 line:-1 3 00:00:00.000 --> 00:00:01.000 line:-1
4 {"line":-1} 4 {"line":-1}
5 5
6 00:00:00.000 --> 00:00:01.000 line:0 6 00:00:00.000 --> 00:00:01.000 line:0
7 {"line":0} 7 {"line":0}
8 8
9 00:00:00.000 --> 00:00:01.000 line:-0 9 00:00:00.000 --> 00:00:01.000 line:-0
10 {"line":0} 10 {"line":0}
11 11
12 00:00:00.000 --> 00:00:01.000 line:1 12 00:00:00.000 --> 00:00:01.000 line:1
13 {"line":1} 13 {"line":1}
14 14
15 00:00:00.000 --> 00:00:01.000 line:100 15 00:00:00.000 --> 00:00:01.000 line:100
16 {"line":100} 16 {"line":100}
17 17
18 00:00:00.000 --> 00:00:01.000 line:101 18 00:00:00.000 --> 00:00:01.000 line:101
19 {"line":101} 19 {"line":101}
20 20
21 00:00:00.000 --> 00:00:01.000 line:65536 21 00:00:00.000 --> 00:00:01.000 line:65536
22 {"line":65536} 22 {"line":65536}
23 23
24 00:00:00.000 --> 00:00:01.000 line:4294967296 24 00:00:00.000 --> 00:00:01.000 line:4294967296
25 {"line":2147483648} 25 {"line":4294967296}
26 26
27 00:00:00.000 --> 00:00:01.000 line:18446744073709552000 27 00:00:00.000 --> 00:00:01.000 line:18446744073709552000
28 {"line":2147483648} 28 {"line":18446744073709552000}
29 29
30 00:00:00.000 --> 00:00:01.000 line:10000000000000000000000000000000000 30 00:00:00.000 --> 00:00:01.000 line:10000000000000000000000000000000000
31 {"line":2147483648} 31 {"line":10000000000000000000000000000000000}
32 32
33 00:00:00.000 --> 00:00:01.000 line:65536% 33 00:00:00.000 --> 00:00:01.000 line:65536%
34 {} 34 {}
35 35
36 00:00:00.000 --> 00:00:01.000 line:4294967296% 36 00:00:00.000 --> 00:00:01.000 line:4294967296%
37 {} 37 {}
38 38
39 00:00:00.000 --> 00:00:01.000 line:18446744073709552000% 39 00:00:00.000 --> 00:00:01.000 line:18446744073709552000%
40 {} 40 {}
41 41
42 00:00:00.000 --> 00:00:01.000 line:10000000000000000000000000000000000% 42 00:00:00.000 --> 00:00:01.000 line:10000000000000000000000000000000000%
43 {} 43 {}
44 44
45 00:00:00.000 --> 00:00:01.000 line:1.5 45 00:00:00.000 --> 00:00:01.000 line:1.5
46 {} 46 {"line":1.5}
47 47
48 00:00:00.000 --> 00:00:01.000 line:-50.5 48 00:00:00.000 --> 00:00:01.000 line:-50.5
49 {} 49 {"line":-50.5}
50 50
51 00:00:00.000 --> 00:00:01.000 line:0% 51 00:00:00.000 --> 00:00:01.000 line:0%
52 {"snapToLines":false, "line":0} 52 {"snapToLines":false, "line":0}
53 53
54 00:00:00.000 --> 00:00:01.000 line:-0% 54 00:00:00.000 --> 00:00:01.000 line:-0%
55 {} 55 {}
56 56
57 00:00:00.000 --> 00:00:01.000 line:101% 57 00:00:00.000 --> 00:00:01.000 line:101%
58 {} 58 {}
59 59
(...skipping 25 matching lines...) Expand all
85 {} 85 {}
86 86
87 00:00:00.000 --> 00:00:01.000 line:0%x 87 00:00:00.000 --> 00:00:01.000 line:0%x
88 {} 88 {}
89 89
90 00:00:00.000 --> 00:00:01.000 line:- 90 00:00:00.000 --> 00:00:01.000 line:-
91 {} 91 {}
92 92
93 00:00:00.000 --> 00:00:01.000 line:% 93 00:00:00.000 --> 00:00:01.000 line:%
94 {} 94 {}
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698