| Index: third_party/WebKit/LayoutTests/media/track/track-webvtt-tc017-line-position.html
|
| diff --git a/third_party/WebKit/LayoutTests/media/track/track-webvtt-tc017-line-position.html b/third_party/WebKit/LayoutTests/media/track/track-webvtt-tc017-line-position.html
|
| index bf2eccba1faba0c2739f540c760da494019df7a5..2e77b9300e761d92783514236c95442c13314414 100644
|
| --- a/third_party/WebKit/LayoutTests/media/track/track-webvtt-tc017-line-position.html
|
| +++ b/third_party/WebKit/LayoutTests/media/track/track-webvtt-tc017-line-position.html
|
| @@ -39,9 +39,8 @@ async_test(function(t) {
|
| { line : -1, snapToLines : true },
|
| { line : 500, snapToLines : true }
|
| ];
|
| - var properties = [ "line", "snapToLines" ];
|
|
|
| - assert_cues_match(video.textTracks[index].cues, expected, properties);
|
| + assert_cues_match(video.textTracks[index].cues, expected);
|
| }
|
|
|
| function testTrackError(index) {
|
| @@ -53,9 +52,8 @@ async_test(function(t) {
|
| { line : "auto", snapToLines : true },
|
| { line : "auto", snapToLines : true }
|
| ];
|
| - var properties = [ "line", "snapToLines" ];
|
|
|
| - assert_cues_match(video.textTracks[index].cues, expected, properties);
|
| + assert_cues_match(video.textTracks[index].cues, expected);
|
| }
|
| });
|
| </script>
|
|
|