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

Unified Diff: third_party/WebKit/LayoutTests/media/track/track-webvtt-tc016-align-positioning.html

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 side-by-side diff with in-line comments
Download patch
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>

Powered by Google App Engine
This is Rietveld 408576698