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

Unified Diff: third_party/WebKit/LayoutTests/media/track/track-webvtt-tc017-line-position.html

Issue 2725313002: The WebVTT 'line' settings should be parsed as a float (Closed)
Patch Set: Updated expectations 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-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 2e77b9300e761d92783514236c95442c13314414..8594214a662a6f2d6e88303051bcc81b333eda55 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
@@ -49,11 +49,10 @@ async_test(function(t) {
{ line : "auto", snapToLines : true },
{ line : "auto", snapToLines : true },
{ line : "auto", snapToLines : true },
- { line : "auto", snapToLines : true },
{ line : "auto", snapToLines : true }
];
assert_cues_match(video.textTracks[index].cues, expected);
}
});
-</script>
+</script>

Powered by Google App Engine
This is Rietveld 408576698