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

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

Issue 850363005: VTTCue: Support 'auto' for line (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Fix Windows compilation. Created 5 years, 11 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: LayoutTests/media/track/track-webvtt-tc017-line-position.html
diff --git a/LayoutTests/media/track/track-webvtt-tc017-line-position.html b/LayoutTests/media/track/track-webvtt-tc017-line-position.html
index 46ef8f157e5ac4377d282243a4de148cae901495..cc2b23825ca57746ca43e5f7ac77ecabac12b2fa 100644
--- a/LayoutTests/media/track/track-webvtt-tc017-line-position.html
+++ b/LayoutTests/media/track/track-webvtt-tc017-line-position.html
@@ -51,7 +51,7 @@
[
{
property : "line",
- values : [-1, -1, -1, -1, -1, -1, -1],
+ values : ["auto", "auto", "auto", "auto", "auto", "auto", "auto"],
},
{
property : "snapToLines",
@@ -72,4 +72,4 @@
<track src="captions-webvtt/tc017-line-position-bad.vtt" onload="trackLoaded()">
</video>
</body>
-</html>
+</html>

Powered by Google App Engine
This is Rietveld 408576698