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

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

Issue 2683633006: [WebVTT] Rename Middle to Center (Closed)
Patch Set: fix tests Created 3 years, 10 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 align:start line:1% vertical:lr size:50% position: 25% 3 00:00:00.000 --> 00:00:01.000 align:start line:1% vertical:lr size:50% position: 25%
4 {"align":"start", 4 {"align":"start",
5 "line":1, 5 "line":1,
6 "snapToLines":false, 6 "snapToLines":false,
7 "vertical":"lr", 7 "vertical":"lr",
8 "size":50, 8 "size":50,
9 "position":25} 9 "position":25}
10 10
11 00:00:00.000 --> 00:00:01.000 align:middle line:1 vertical:rl size:0% position:1 00% 11 00:00:00.000 --> 00:00:01.000 align:center line:1 vertical:rl size:0% position:1 00%
12 {"align":"middle", 12 {"align":"center",
13 "line":1, 13 "line":1,
14 "vertical":"rl", 14 "vertical":"rl",
15 "size":0, 15 "size":0,
16 "position":100} 16 "position":100}
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698