|
WebVTT: Support 'auto' text position
This changes the behavior of the VTTCue.position attribute to match the
current spec. draft. It also changes the default of the same value when
parsed from a VTT file or created via the VTTCue constructor.
A number of tests where updated to reflect the new behavior (50 -> 'auto').
BUG= 448000
Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=188753
Total comments: 24
Total comments: 6
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+239 lines, -91 lines) |
Patch |
|
A + |
LayoutTests/media/track/opera/interfaces/VTTCue/position.html
|
View
|
1
2
3
|
1 chunk |
+25 lines, -26 lines |
0 comments
|
Download
|
|
M |
LayoutTests/media/track/opera/track/webvtt/parsing/001.html
|
View
|
1
2
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
|
M |
LayoutTests/media/track/track-add-remove-cue.html
|
View
|
1
2
|
2 chunks |
+2 lines, -2 lines |
0 comments
|
Download
|
|
M |
LayoutTests/media/track/track-add-remove-cue-expected.txt
|
View
|
1
2
|
2 chunks |
+2 lines, -2 lines |
0 comments
|
Download
|
|
M |
LayoutTests/media/track/track-cue-mutable.html
|
View
|
1
2
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
|
M |
LayoutTests/media/track/track-cue-mutable-expected.txt
|
View
|
1
2
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
|
A |
LayoutTests/media/track/track-cue-rendering-position-auto.html
|
View
|
1
2
3
|
1 chunk |
+42 lines, -0 lines |
0 comments
|
Download
|
|
A |
LayoutTests/media/track/track-cue-rendering-position-auto-expected.html
|
View
|
1
2
3
|
1 chunk |
+48 lines, -0 lines |
0 comments
|
Download
|
|
M |
LayoutTests/media/track/track-webvtt-tc013-settings.html
|
View
|
1
2
|
2 chunks |
+2 lines, -2 lines |
0 comments
|
Download
|
|
M |
LayoutTests/media/track/track-webvtt-tc013-settings-expected.txt
|
View
|
1
2
|
3 chunks |
+3 lines, -3 lines |
0 comments
|
Download
|
|
M |
LayoutTests/media/track/track-webvtt-tc015-positioning.html
|
View
|
|
3 chunks |
+3 lines, -3 lines |
0 comments
|
Download
|
|
M |
LayoutTests/media/track/track-webvtt-tc015-positioning-expected.txt
|
View
|
|
1 chunk |
+10 lines, -10 lines |
0 comments
|
Download
|
|
M |
LayoutTests/media/track/track-webvtt-tc016-align-positioning.html
|
View
|
|
2 chunks |
+2 lines, -2 lines |
0 comments
|
Download
|
|
M |
LayoutTests/media/track/track-webvtt-tc016-align-positioning-expected.txt
|
View
|
|
1 chunk |
+2 lines, -2 lines |
0 comments
|
Download
|
|
M |
LayoutTests/media/track/track-webvtt-tc018-align-text-line-position.html
|
View
|
1
2
|
2 chunks |
+2 lines, -2 lines |
0 comments
|
Download
|
|
M |
LayoutTests/media/track/track-webvtt-tc018-align-text-line-position-expected.txt
|
View
|
1
2
|
2 chunks |
+2 lines, -2 lines |
0 comments
|
Download
|
|
M |
LayoutTests/media/track/track-webvtt-tc021-valign.html
|
View
|
|
2 chunks |
+2 lines, -2 lines |
0 comments
|
Download
|
|
M |
LayoutTests/media/track/track-webvtt-tc021-valign-expected.txt
|
View
|
|
2 chunks |
+4 lines, -4 lines |
0 comments
|
Download
|
|
M |
Source/core/html/track/vtt/VTTCue.h
|
View
|
1
2
|
2 chunks |
+4 lines, -2 lines |
0 comments
|
Download
|
|
M |
Source/core/html/track/vtt/VTTCue.cpp
|
View
|
1
2
|
8 chunks |
+80 lines, -23 lines |
0 comments
|
Download
|
|
M |
Source/core/html/track/vtt/VTTCue.idl
|
View
|
1
2
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
Total messages: 14 (2 generated)
|