| Index: third_party/WebKit/LayoutTests/media/track/track-cue-rendering-snap-to-lines-not-set.html
|
| diff --git a/third_party/WebKit/LayoutTests/media/track/track-cue-rendering-snap-to-lines-not-set.html b/third_party/WebKit/LayoutTests/media/track/track-cue-rendering-snap-to-lines-not-set.html
|
| index 9010581824e537a0f1eaef8bec23206a5628be12..1b4e81dce1fc87db050ebe90434ee283fd043af9 100644
|
| --- a/third_party/WebKit/LayoutTests/media/track/track-cue-rendering-snap-to-lines-not-set.html
|
| +++ b/third_party/WebKit/LayoutTests/media/track/track-cue-rendering-snap-to-lines-not-set.html
|
| @@ -36,18 +36,18 @@ async_test(function(t) {
|
| ];
|
| var cueRenderingPosition = [
|
| // Number of active cues 1.
|
| - [[0 ,100, "middle"]],
|
| - [[0, 50, "middle"]],
|
| + [[0 ,100, "center"]],
|
| + [[0, 50, "center"]],
|
| [[0, 0, "start"]],
|
| [[0, 0, "end"]],
|
| [[0, 100, "right"]],
|
| [[0, 100, "left"]],
|
| - [[0, 50, "middle"]],
|
| + [[0, 50, "center"]],
|
| [ //Number of active cues 7.
|
| - [0, 50, "middle"],
|
| + [0, 50, "center"],
|
| [0, 0, "start"],
|
| [0, 0, "end"],
|
| - [0, 100, "middle"],
|
| + [0, 100, "center"],
|
| [0, 25, "end"],
|
| [44, 33, "start"],
|
| [23, 55, "start"]
|
| @@ -79,4 +79,4 @@ async_test(function(t) {
|
| runNextTestCase();
|
| }
|
| });
|
| -</script>
|
| +</script>
|
|
|