Index: third_party/WebKit/LayoutTests/media/track/track-webvtt-tc016-align-positioning.html |
diff --git a/third_party/WebKit/LayoutTests/media/track/track-webvtt-tc016-align-positioning.html b/third_party/WebKit/LayoutTests/media/track/track-webvtt-tc016-align-positioning.html |
index cee1f2666a971ea28fb9e6197b0863838f724d8e..21f7e04822433fb0a7ca6a961b364d38f340770f 100644 |
--- a/third_party/WebKit/LayoutTests/media/track/track-webvtt-tc016-align-positioning.html |
+++ b/third_party/WebKit/LayoutTests/media/track/track-webvtt-tc016-align-positioning.html |
@@ -32,7 +32,7 @@ async_test(function(t) { |
function testTrack(index) { |
var expected = [ |
{ position : 10, align : "start" }, |
- { position : 20, align : "middle" }, |
+ { position : 20, align : "center" }, |
{ position : 80, align : "end" } |
]; |
@@ -41,12 +41,12 @@ async_test(function(t) { |
function testTrackError(index) { |
var expected = [ |
- { position : 10, align : "middle" }, |
- { position : "auto", align : "middle" }, |
- { position : "auto", align : "middle" } |
+ { position : 10, align : "center" }, |
+ { position : "auto", align : "center" }, |
+ { position : "auto", align : "center" } |
]; |
assert_cues_match(video.textTracks[index].cues, expected); |
} |
}); |
-</script> |
+</script> |