| Index: third_party/WebKit/LayoutTests/media/track/track-webvtt-tc018-align-text-line-position.html
|
| diff --git a/third_party/WebKit/LayoutTests/media/track/track-webvtt-tc018-align-text-line-position.html b/third_party/WebKit/LayoutTests/media/track/track-webvtt-tc018-align-text-line-position.html
|
| index fcd1ecdf63cc2974bbe702a0cd9375c0ded9783e..b4250fbeecc04e3e7c46fef333cfe249a7ecf4f2 100644
|
| --- a/third_party/WebKit/LayoutTests/media/track/track-webvtt-tc018-align-text-line-position.html
|
| +++ b/third_party/WebKit/LayoutTests/media/track/track-webvtt-tc018-align-text-line-position.html
|
| @@ -37,9 +37,8 @@ async_test(function(t) {
|
| { align : "end", position : 30, line : 5, snapToLines : true },
|
| { align : "middle", position : 60, line : -3, snapToLines : true }
|
| ];
|
| - var properties = [ "align", "position", "line", "snapToLines" ];
|
|
|
| - assert_cues_match(video.textTracks[index].cues, expected, properties);
|
| + assert_cues_match(video.textTracks[index].cues, expected);
|
| }
|
|
|
| function testTrackError(index) {
|
| @@ -48,9 +47,8 @@ async_test(function(t) {
|
| { align : "end", position : 0, line : "auto", snapToLines : true },
|
| { align : "middle", position : 60, line : -3, snapToLines : true }
|
| ];
|
| - var properties = [ "align", "position", "line", "snapToLines" ];
|
|
|
| - assert_cues_match(video.textTracks[index].cues, expected, properties);
|
| + assert_cues_match(video.textTracks[index].cues, expected);
|
| }
|
| });
|
| </script>
|
|
|